root/galaxy-central/tool_conf.xml.main

リビジョン 2, 18.7 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1<?xml version="1.0"?>
2<toolbox>
3  <section name="Get Data" id="getext">
4    <tool file="data_source/upload.xml"/>
5    <tool file="data_source/ucsc_tablebrowser.xml" />
6    <tool file="data_source/ucsc_tablebrowser_archaea.xml" />
7    <tool file="data_source/bx_browser.xml" />
8    <tool file="data_source/microbial_import.xml" />
9    <tool file="data_source/biomart.xml" />
10    <tool file="data_source/gramene_mart.xml" />
11    <tool file="data_source/flymine.xml" />
12    <tool file="data_source/fly_modencode.xml" />
13    <tool file="data_source/ratmine.xml" />
14    <tool file="data_source/worm_modencode.xml" />
15    <tool file="data_source/wormbase.xml" />
16    <tool file="data_source/eupathdb.xml" />
17    <tool file="data_source/encode_db.xml" />
18    <tool file="data_source/epigraph_import.xml" />
19  </section>
20  <section name="Send Data" id="send">
21    <tool file="data_destination/epigraph.xml" />
22  </section>
23  <section name="ENCODE Tools" id="EncodeTools">
24    <tool file="encode/gencode_partition.xml" />
25    <tool file="encode/random_intervals.xml" />
26  </section>
27  <section name="Lift-Over" id="liftOver">
28    <tool file="extract/liftOver_wrapper.xml" />
29  </section>
30  <section name="Text Manipulation" id="textutil">
31    <tool file="filters/fixedValueColumn.xml" />
32    <tool file="stats/column_maker.xml" />
33    <tool file="filters/catWrapper.xml" />
34    <tool file="filters/condense_characters.xml" />
35    <tool file="filters/convert_characters.xml" />
36    <tool file="filters/mergeCols.xml" />
37    <tool file="filters/CreateInterval.xml" />
38    <tool file="filters/cutWrapper.xml" />
39    <tool file="filters/changeCase.xml" />
40    <tool file="filters/pasteWrapper.xml" />
41    <tool file="filters/remove_beginning.xml" />
42    <tool file="filters/randomlines.xml" />
43    <tool file="filters/headWrapper.xml" />
44    <tool file="filters/tailWrapper.xml" />
45     <tool file="filters/trimmer.xml" />
46  </section>
47  <section name="Convert Formats" id="convert">
48    <tool file="filters/bed2gff.xml" />
49    <tool file="fasta_tools/fasta_to_tabular.xml" />
50    <tool file="filters/gff2bed.xml" />
51    <tool file="maf/maf_to_bed.xml" />
52    <tool file="maf/maf_to_interval.xml" />
53    <tool file="maf/maf_to_fasta.xml" />
54    <tool file="fasta_tools/tabular_to_fasta.xml" />
55    <tool file="fastq/fastq_to_fasta.xml" />
56    <tool file="filters/sff_extractor.xml" />
57    <tool file="filters/wig_to_bigwig.xml" />
58  </section>
59  <section name="FASTA manipulation" id="fasta_manipulation">
60    <tool file="fasta_tools/fasta_compute_length.xml" />
61    <tool file="fasta_tools/fasta_filter_by_length.xml" />
62    <tool file="fasta_tools/fasta_concatenate_by_species.xml" />
63    <tool file="fasta_tools/fasta_to_tabular.xml" />
64    <tool file="fasta_tools/tabular_to_fasta.xml" />
65    <tool file="fastx_toolkit/fasta_formatter.xml" />
66    <tool file="fastx_toolkit/fasta_nucleotide_changer.xml" />
67    <tool file="fastx_toolkit/fastx_collapser.xml" />
68  </section>
69  <section name="Filter and Sort" id="filter">
70    <tool file="stats/filtering.xml" />
71    <tool file="filters/sorter.xml" />
72    <tool file="filters/grep.xml" />
73    <tool file="stats/dna_filtering.xml" />
74    <label text="GFF" id="gff" />
75        <tool file="filters/gff/extract_GFF_Features.xml" />
76        <tool file="filters/gff/gff_filter_by_attribute.xml" />
77        <tool file="filters/gff/gff_filter_by_feature_count.xml" />
78  </section>
79  <section name="Join, Subtract and Group" id="group">
80    <tool file="filters/joiner.xml" />
81    <tool file="filters/compare.xml"/>
82    <tool file="new_operations/subtract_query.xml"/>
83    <tool file="stats/grouping.xml" />   
84    <tool file="new_operations/column_join.xml"/>
85  </section>
86  <section name="Extract Features" id="features">
87    <tool file="filters/ucsc_gene_bed_to_exon_bed.xml" />
88  </section>
89  <section name="Fetch Sequences" id="fetchSeq">
90    <tool file="extract/extract_genomic_dna.xml" />
91  </section>
92  <section name="Fetch Alignments" id="fetchAlign">
93    <tool file="maf/interval2maf_pairwise.xml" />
94    <tool file="maf/interval2maf.xml" />
95    <tool file="maf/interval_maf_to_merged_fasta.xml" />
96    <tool file="maf/genebed_maf_to_fasta.xml"/>
97    <tool file="maf/maf_stats.xml"/>
98    <tool file="maf/maf_thread_for_species.xml"/>
99    <tool file="maf/maf_limit_to_species.xml"/>
100    <tool file="maf/maf_limit_size.xml"/>
101    <tool file="maf/maf_by_block_number.xml"/>
102    <tool file="maf/maf_filter.xml"/>
103    <tool file="maf/maf_reverse_complement.xml"/>
104  </section>
105  <section name="Get Genomic Scores" id="scores">
106    <tool file="stats/wiggle_to_simple.xml" />
107    <tool file="stats/aggregate_binned_scores_in_intervals.xml" />
108    <tool file="extract/phastOdds/phastOdds_tool.xml" />
109  </section>
110  <section name="Operate on Genomic Intervals" id="bxops">
111        <tool file="new_operations/intersect.xml" /> 
112    <tool file="new_operations/subtract.xml" />
113    <tool file="new_operations/merge.xml" />
114    <tool file="new_operations/concat.xml" />
115    <tool file="new_operations/basecoverage.xml" />
116    <tool file="new_operations/coverage.xml" />
117    <tool file="new_operations/complement.xml" />
118    <tool file="new_operations/cluster.xml" id="cluster" />
119    <tool file="new_operations/join.xml" />
120    <tool file="new_operations/get_flanks.xml" />
121    <tool file="new_operations/flanking_features.xml" />
122    <tool file="annotation_profiler/annotation_profiler.xml" />
123  </section>
124  <section name="Statistics" id="stats">
125    <tool file="stats/gsummary.xml" />
126    <tool file="filters/uniq.xml" />
127    <tool file="stats/cor.xml" />
128  </section>
129  <section name="Graph/Display Data" id="plots">
130    <tool file="plotting/histogram2.xml" />
131    <tool file="plotting/scatterplot.xml" />
132    <tool file="plotting/xy_plot.xml" />
133    <tool file="plotting/boxplot.xml" />
134    <tool file="visualization/GMAJ.xml" />
135    <tool file="visualization/build_ucsc_custom_track.xml" />
136    <tool file="maf/vcf_to_maf_customtrack.xml" />
137    <tool file="mutation/visualize.xml" />
138  </section>
139  <section name="Regional Variation" id="regVar">
140    <tool file="regVariation/windowSplitter.xml" />
141    <tool file="regVariation/featureCounter.xml" />
142    <tool file="regVariation/quality_filter.xml" />
143    <tool file="regVariation/maf_cpg_filter.xml" />
144    <tool file="regVariation/getIndels_2way.xml" />
145    <tool file="regVariation/getIndels_3way.xml" />
146    <tool file="regVariation/getIndelRates_3way.xml" />
147    <tool file="regVariation/substitutions.xml" />
148    <tool file="regVariation/substitution_rates.xml" />
149    <tool file="regVariation/microsats_alignment_level.xml" />
150    <tool file="regVariation/microsats_mutability.xml" />
151  </section>
152  <section name="Multiple regression" id="multReg">
153    <tool file="regVariation/linear_regression.xml" />
154    <tool file="regVariation/best_regression_subsets.xml" />
155    <tool file="regVariation/rcve.xml" />
156  </section>
157  <section name="Multivariate Analysis" id="multVar">
158    <tool file="multivariate_stats/pca.xml" />
159    <tool file="multivariate_stats/cca.xml" />
160    <tool file="multivariate_stats/kpca.xml" />
161    <tool file="multivariate_stats/kcca.xml" />
162  </section>
163 <section name="Evolution" id="hyphy">
164    <tool file="hyphy/hyphy_branch_lengths_wrapper.xml" />
165    <tool file="hyphy/hyphy_nj_tree_wrapper.xml" />
166    <!-- <tool file="hyphy/hyphy_dnds_wrapper.xml" />  -->
167    <tool file="evolution/mutate_snp_codon.xml" />
168 </section>
169 <section name="Metagenomic analyses" id="tax_manipulation">
170    <tool file="taxonomy/gi2taxonomy.xml" />
171    <tool file="taxonomy/t2t_report.xml" />
172    <tool file="taxonomy/t2ps_wrapper.xml" />
173    <tool file="taxonomy/find_diag_hits.xml" />
174    <tool file="taxonomy/lca.xml" />
175    <tool file="taxonomy/poisson2test.xml" />
176  </section>
177  <section name="Human Genome Variation" id="hgv">
178    <tool file="evolution/codingSnps.xml" />
179    <tool file="evolution/add_scores.xml" />
180    <tool file="human_genome_variation/sift.xml" />
181    <tool file="human_genome_variation/linkToGProfile.xml" />
182    <tool file="human_genome_variation/linkToDavid.xml"/>
183    <tool file="human_genome_variation/ctd.xml" />
184    <tool file="human_genome_variation/funDo.xml" />
185    <tool file="human_genome_variation/snpFreq.xml" />
186    <tool file="human_genome_variation/ldtools.xml" />
187    <tool file="human_genome_variation/pass.xml" />
188    <tool file="human_genome_variation/gpass.xml" />
189    <tool file="human_genome_variation/beam.xml" />
190    <tool file="human_genome_variation/lps.xml" />
191    <tool file="human_genome_variation/hilbertvis.xml" />
192  </section>
193  <section name="EMBOSS" id="EMBOSSLite">
194    <tool file="emboss_5/emboss_antigenic.xml" />
195    <tool file="emboss_5/emboss_backtranseq.xml" />
196    <tool file="emboss_5/emboss_banana.xml" />
197    <tool file="emboss_5/emboss_biosed.xml" />
198    <tool file="emboss_5/emboss_btwisted.xml" />
199    <tool file="emboss_5/emboss_cai_custom.xml" />
200    <tool file="emboss_5/emboss_cai.xml" />
201    <tool file="emboss_5/emboss_chaos.xml" />
202    <tool file="emboss_5/emboss_charge.xml" />
203    <tool file="emboss_5/emboss_checktrans.xml" />
204    <tool file="emboss_5/emboss_chips.xml" />
205    <tool file="emboss_5/emboss_cirdna.xml" />
206    <tool file="emboss_5/emboss_codcmp.xml" />
207    <tool file="emboss_5/emboss_coderet.xml" />
208    <tool file="emboss_5/emboss_compseq.xml" />
209    <tool file="emboss_5/emboss_cpgplot.xml" />
210    <tool file="emboss_5/emboss_cpgreport.xml" />
211    <tool file="emboss_5/emboss_cusp.xml" />
212    <tool file="emboss_5/emboss_cutseq.xml" />
213    <tool file="emboss_5/emboss_dan.xml" />
214    <tool file="emboss_5/emboss_degapseq.xml" />
215    <tool file="emboss_5/emboss_descseq.xml" />
216    <tool file="emboss_5/emboss_diffseq.xml" />
217    <tool file="emboss_5/emboss_digest.xml" />
218    <tool file="emboss_5/emboss_dotmatcher.xml" />
219    <tool file="emboss_5/emboss_dotpath.xml" />
220    <tool file="emboss_5/emboss_dottup.xml" />
221    <tool file="emboss_5/emboss_dreg.xml" />
222    <tool file="emboss_5/emboss_einverted.xml" />
223    <tool file="emboss_5/emboss_epestfind.xml" />
224    <tool file="emboss_5/emboss_equicktandem.xml" />
225    <tool file="emboss_5/emboss_est2genome.xml" />
226    <tool file="emboss_5/emboss_etandem.xml" />
227    <tool file="emboss_5/emboss_extractfeat.xml" />
228    <tool file="emboss_5/emboss_extractseq.xml" />
229    <tool file="emboss_5/emboss_freak.xml" />
230    <tool file="emboss_5/emboss_fuzznuc.xml" />
231    <tool file="emboss_5/emboss_fuzzpro.xml" />
232    <tool file="emboss_5/emboss_fuzztran.xml" />
233    <tool file="emboss_5/emboss_garnier.xml" />
234    <tool file="emboss_5/emboss_geecee.xml" />
235    <tool file="emboss_5/emboss_getorf.xml" />
236    <tool file="emboss_5/emboss_helixturnhelix.xml" />
237    <tool file="emboss_5/emboss_hmoment.xml" />
238    <tool file="emboss_5/emboss_iep.xml" />
239    <tool file="emboss_5/emboss_infoseq.xml" />
240    <tool file="emboss_5/emboss_isochore.xml" />
241    <tool file="emboss_5/emboss_lindna.xml" />
242    <tool file="emboss_5/emboss_marscan.xml" />
243    <tool file="emboss_5/emboss_maskfeat.xml" />
244    <tool file="emboss_5/emboss_maskseq.xml" />
245    <tool file="emboss_5/emboss_matcher.xml" />
246    <tool file="emboss_5/emboss_megamerger.xml" />
247    <tool file="emboss_5/emboss_merger.xml" />
248    <tool file="emboss_5/emboss_msbar.xml" />
249    <tool file="emboss_5/emboss_needle.xml" />
250    <tool file="emboss_5/emboss_newcpgreport.xml" />
251    <tool file="emboss_5/emboss_newcpgseek.xml" />
252    <tool file="emboss_5/emboss_newseq.xml" />
253    <tool file="emboss_5/emboss_noreturn.xml" />
254    <tool file="emboss_5/emboss_notseq.xml" />
255    <tool file="emboss_5/emboss_nthseq.xml" />
256    <tool file="emboss_5/emboss_octanol.xml" />
257    <tool file="emboss_5/emboss_oddcomp.xml" />
258    <tool file="emboss_5/emboss_palindrome.xml" />
259    <tool file="emboss_5/emboss_pasteseq.xml" />
260    <tool file="emboss_5/emboss_patmatdb.xml" />
261    <tool file="emboss_5/emboss_pepcoil.xml" />
262    <tool file="emboss_5/emboss_pepinfo.xml" />
263    <tool file="emboss_5/emboss_pepnet.xml" />
264    <tool file="emboss_5/emboss_pepstats.xml" />
265    <tool file="emboss_5/emboss_pepwheel.xml" />
266    <tool file="emboss_5/emboss_pepwindow.xml" />
267    <tool file="emboss_5/emboss_pepwindowall.xml" />
268    <tool file="emboss_5/emboss_plotcon.xml" />
269    <tool file="emboss_5/emboss_plotorf.xml" />
270    <tool file="emboss_5/emboss_polydot.xml" />
271    <tool file="emboss_5/emboss_preg.xml" />
272    <tool file="emboss_5/emboss_prettyplot.xml" />
273    <tool file="emboss_5/emboss_prettyseq.xml" />
274    <tool file="emboss_5/emboss_primersearch.xml" />
275    <tool file="emboss_5/emboss_revseq.xml" />
276    <tool file="emboss_5/emboss_seqmatchall.xml" />
277    <tool file="emboss_5/emboss_seqret.xml" />
278    <tool file="emboss_5/emboss_showfeat.xml" />
279    <tool file="emboss_5/emboss_shuffleseq.xml" />
280    <tool file="emboss_5/emboss_sigcleave.xml" />
281    <tool file="emboss_5/emboss_sirna.xml" />
282    <tool file="emboss_5/emboss_sixpack.xml" />
283    <tool file="emboss_5/emboss_skipseq.xml" />
284    <tool file="emboss_5/emboss_splitter.xml" />
285    <tool file="emboss_5/emboss_supermatcher.xml" />
286    <tool file="emboss_5/emboss_syco.xml" />
287    <tool file="emboss_5/emboss_tcode.xml" />
288    <tool file="emboss_5/emboss_textsearch.xml" />
289    <tool file="emboss_5/emboss_tmap.xml" />
290    <tool file="emboss_5/emboss_tranalign.xml" />
291    <tool file="emboss_5/emboss_transeq.xml" />
292    <tool file="emboss_5/emboss_trimest.xml" />
293    <tool file="emboss_5/emboss_trimseq.xml" />
294    <tool file="emboss_5/emboss_twofeat.xml" />
295    <tool file="emboss_5/emboss_union.xml" />
296    <tool file="emboss_5/emboss_vectorstrip.xml" />
297    <tool file="emboss_5/emboss_water.xml" />
298    <tool file="emboss_5/emboss_wobble.xml" />
299    <tool file="emboss_5/emboss_wordcount.xml" />
300    <tool file="emboss_5/emboss_wordmatch.xml" />
301  </section>
302  <label text="NGS Toolbox Beta" id="ngs" />
303  <section name="NGS: QC and manipulation" id="cshl_library_information">
304    <label text="Illumina data" id="illumina" />
305        <tool file="fastq/fastq_groomer.xml" />
306        <tool file="fastq/fastq_paired_end_splitter.xml" />
307        <tool file="fastq/fastq_paired_end_joiner.xml" />
308        <tool file="fastq/fastq_stats.xml" />
309    <label text="Roche-454 data" id="454" />
310        <tool file="metag_tools/short_reads_figure_score.xml" />
311        <tool file="metag_tools/short_reads_trim_seq.xml" />
312        <tool file="fastq/fastq_combiner.xml" />
313    <label text="AB-SOLiD data" id="solid" />
314        <tool file="next_gen_conversion/solid2fastq.xml" />
315        <tool file="solid_tools/solid_qual_stats.xml" />
316        <tool file="solid_tools/solid_qual_boxplot.xml" />
317    <label text="Generic FASTQ manipulation" id="generic_fastq" />
318        <tool file="fastq/fastq_filter.xml" />
319        <tool file="fastq/fastq_trimmer.xml" />
320        <tool file="fastq/fastq_trimmer_by_quality.xml" />
321        <tool file="fastq/fastq_masker_by_quality.xml" />
322        <tool file="fastq/fastq_manipulation.xml" />
323        <tool file="fastq/fastq_to_fasta.xml" />
324        <tool file="fastq/fastq_to_tabular.xml" />
325        <tool file="fastq/tabular_to_fastq.xml" />
326    <label text="FASTX-Toolkit for FASTQ data" id="fastx_toolkit_fastq" />
327        <tool file="fastx_toolkit/fastq_quality_converter.xml" />
328        <tool file="fastx_toolkit/fastx_quality_statistics.xml" />
329        <tool file="fastx_toolkit/fastq_quality_boxplot.xml" />
330        <tool file="fastx_toolkit/fastx_nucleotides_distribution.xml" />
331        <tool file="fastx_toolkit/fastq_to_fasta.xml" />
332        <tool file="fastx_toolkit/fastq_quality_filter.xml" />
333        <tool file="fastx_toolkit/fastq_to_fasta.xml" />
334        <tool file="fastx_toolkit/fastx_artifacts_filter.xml" />
335        <tool file="fastx_toolkit/fastx_barcode_splitter.xml" />
336        <tool file="fastx_toolkit/fastx_clipper.xml" />
337        <tool file="fastx_toolkit/fastx_collapser.xml" />
338        <tool file="fastx_toolkit/fastx_renamer.xml" />
339        <tool file="fastx_toolkit/fastx_reverse_complement.xml" />
340        <tool file="fastx_toolkit/fastx_trimmer.xml" />
341  </section>
342  <section name="NGS: Mapping" id="ngs_mapping">
343    <label text="Illumina" id="illumina"/>
344    <tool file="sr_mapping/bowtie_wrapper.xml" />
345    <tool file="sr_mapping/bwa_wrapper.xml" />
346    <label text="Roche-454" id="roche_454"/>
347    <tool file="sr_mapping/lastz_wrapper.xml" />
348    <tool file="metag_tools/megablast_wrapper.xml" />
349    <tool file="metag_tools/megablast_xml_parser.xml" />
350    <label text="AB-SOLiD" id="ab_solid"/>
351    <tool file="sr_mapping/bowtie_color_wrapper.xml" />
352  </section>
353  <section name="NGS: SAM Tools" id="samtools">
354   <tool file="samtools/sam_bitwise_flag_filter.xml" />
355   <tool file="samtools/sam2interval.xml" />
356   <tool file="samtools/sam_to_bam.xml" />
357   <tool file="samtools/bam_to_sam.xml" />
358   <tool file="samtools/sam_merge.xml" />
359   <tool file="samtools/sam_pileup.xml" />
360   <tool file="samtools/pileup_parser.xml" />
361   <tool file="samtools/pileup_interval.xml" />
362  </section>
363  <section name="NGS: Indel Analysis" id="indel_analysis">
364    <tool file="indels/sam_indel_filter.xml" />
365    <tool file="indels/indel_sam2interval.xml" />
366    <tool file="indels/indel_analysis.xml" />
367  </section>
368  <section name="NGS: Peak Calling" id="peak_calling">
369   <tool file="peak_calling/macs_wrapper.xml" />
370   <tool file="genetrack/genetrack_indexer.xml" />
371   <tool file="genetrack/genetrack_peak_prediction.xml" />
372  </section>
373  <section name="NGS: RNA Analysis" id="ngs-rna-tools">
374   <label text="RNA-seq" id="rna_seq" />
375      <tool file="ngs_rna/tophat_wrapper.xml" />
376      <tool file="ngs_rna/cufflinks_wrapper.xml" />
377      <tool file="ngs_rna/cuffcompare_wrapper.xml" />
378      <tool file="ngs_rna/cuffdiff_wrapper.xml" />
379   <label text="Filtering" id="filtering" />
380      <tool file="ngs_rna/filter_transcripts_via_tracking.xml" />
381  </section>
382  <label text="RGENETICS" id="rgenetics" />
383  <section name="SNP/WGA: Data; Filters" id="rgdat">
384  <label text="Data: Import and upload" id="rgimport" />
385    <tool file="data_source/upload.xml"/>
386    <tool file="data_source/access_libraries.xml" />
387    <tool file="data_source/hapmapmart.xml" />
388  <label text="Data: Filter and Clean" id="rgfilter" />
389    <tool file="rgenetics/rgClean.xml"/>
390    <tool file="rgenetics/rgPedSub.xml"/>
391    <tool file="rgenetics/rgLDIndep.xml"/>
392  <label text="Simulate" id="rgsim" />
393    <tool file="rgenetics/rgfakePhe.xml"/>
394    <tool file="rgenetics/rgfakePed.xml"/>
395  </section>
396  <section name="SNP/WGA: QC; LD; Plots" id="rgqcplot">
397  <label text="QC; Eigenstrat" id="rgvisual" />
398    <tool file="rgenetics/rgQC.xml"/>
399    <tool file="rgenetics/rgEigPCA.xml"/>
400  <label text="LD; Manhattan/QQ; GRR" id="rgld" />
401    <tool file="rgenetics/rgHaploView.xml"/>
402    <tool file="rgenetics/rgManQQ.xml"/>
403    <tool file="rgenetics/rgGRR.xml"/>
404  </section>
405  <section name="SNP/WGA: Statistical Models" id="rgmodel">
406    <tool file="rgenetics/rgCaCo.xml"/>
407    <tool file="rgenetics/rgTDT.xml"/>
408    <tool file="rgenetics/rgGLM.xml"/>
409    <tool file="rgenetics/rgManQQ.xml"/>
410  </section>
411</toolbox>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。