root/tool_conf.xml.main

Revision 1579:778fcc385ab7, 12.1 kB (checked in by Greg Von Kuster <greg@bx.psu.edu>, 3 weeks ago)

Add new EpiGRAPH tools that point to EpiGRAPH production server.

Line 
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/microbial_import.xml" />
8     <tool file="data_source/biomart.xml" />
9     <tool file="data_source/encode_db.xml" />
10     <tool file="data_source/epigraph_import.xml" />
11   </section>
12   <section name="Get ENCODE Data" id="encode">
13     <tool file="data_source/encode_import_chromatin_and_chromosomes.xml"/>
14     <tool file="data_source/encode_import_genes_and_transcripts.xml"/>
15     <tool file="data_source/encode_import_multi-species_sequence_analysis.xml"/>
16     <tool file="data_source/encode_import_transcription_regulation.xml"/>
17     <tool file="data_source/encode_import_all_latest_datasets.xml" />
18     <tool file="data_source/encode_import_gencode.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/CreateInterval.xml" />
37     <tool file="filters/cutWrapper.xml" />
38     <tool file="filters/changeCase.xml" />
39     <tool file="filters/pasteWrapper.xml" />
40     <tool file="filters/remove_beginning.xml" />
41     <tool file="filters/headWrapper.xml" />
42     <tool file="filters/tailWrapper.xml" />
43   </section>
44   <section name="Filter and Sort" id="filter">
45     <tool file="stats/filtering.xml" />
46     <tool file="filters/sorter.xml" />
47     <tool file="filters/grep.xml" />
48   </section>
49   <section name="Join, Subtract and Group" id="group">
50     <tool file="filters/joiner.xml" />
51     <tool file="filters/compare.xml"/>
52     <tool file="new_operations/subtract_query.xml"/>
53     <tool file="stats/grouping.xml" />   
54   </section>
55   <section name="Convert Formats" id="convert">
56     <tool file="filters/bed2gff.xml" />
57     <tool file="fasta_tools/fasta_to_tabular.xml" />
58     <tool file="filters/gff2bed.xml" />
59     <tool file="maf/maf_to_bed.xml" />
60     <tool file="maf/maf_to_fasta.xml" />
61     <tool file="fasta_tools/tabular_to_fasta.xml" />
62   </section>
63   <section name="FASTA manipulation" id="fasta_manipulation">
64     <tool file="fasta_tools/fasta_compute_length.xml" />
65     <tool file="fasta_tools/fasta_filter_by_length.xml" />
66     <tool file="fasta_tools/fasta_concatenate_by_species.xml" />
67     <tool file="fasta_tools/fasta_to_tabular.xml" />
68     <tool file="fasta_tools/tabular_to_fasta.xml" />
69   </section>
70   <section name="Extract Features" id="features">
71     <tool file="filters/ucsc_gene_bed_to_exon_bed.xml" />
72     <tool file="extract/extract_GFF_Features.xml" />
73   </section>
74   <!-- 
75   <section name="Pattern-Matching" id="patmat">
76     <tool file="patmat/findcluster_mysql.xml" />
77   </section>
78   -->
79   <section name="Fetch Sequences" id="fetchSeq">
80     <tool file="extract/extract_genomic_dna.xml" />
81   </section>
82   <section name="Fetch Alignments" id="fetchAlign">
83     <tool file="maf/interval2maf_pairwise.xml" />
84     <tool file="maf/interval2maf.xml" />
85     <tool file="maf/interval_maf_to_merged_fasta.xml" />
86     <tool file="maf/genebed_maf_to_fasta.xml"/>
87     <tool file="maf/maf_stats.xml"/>
88     <tool file="maf/maf_thread_for_species.xml"/>
89     <tool file="maf/maf_limit_to_species.xml"/>
90     <tool file="maf/maf_limit_size.xml"/>
91     <tool file="maf/maf_by_block_number.xml"/>
92     <tool file="maf/maf_filter.xml"/>
93     <!--   
94     <tool file="maf/maf_reverse_complement.xml"/>
95     -->
96   </section>
97   <section name="Get Genomic Scores" id="scores">
98     <tool file="stats/wiggle_to_simple.xml" />
99     <tool file="stats/aggregate_binned_scores_in_intervals.xml" />
100     <tool file="extract/phastOdds/phastOdds_tool.xml" />
101   </section>
102   <section name="Operate on Genomic Intervals" id="bxops">
103         <tool file="new_operations/intersect.xml" /> 
104     <tool file="new_operations/subtract.xml" />
105     <tool file="new_operations/merge.xml" />
106     <tool file="new_operations/concat.xml" />
107     <tool file="new_operations/basecoverage.xml" />
108     <tool file="new_operations/coverage.xml" />
109     <tool file="new_operations/complement.xml" />
110     <tool file="new_operations/cluster.xml" id="cluster" />
111     <tool file="new_operations/join.xml" />
112     <tool file="new_operations/get_flanks.xml" />
113     <tool file="new_operations/flanking_features.xml" />
114     <tool file="annotation_profiler/annotation_profiler.xml" />
115   </section>
116   <section name="Statistics" id="stats">
117     <tool file="stats/gsummary.xml" />
118     <tool file="filters/uniq.xml" />
119     <tool file="stats/cor.xml" />
120   </section>
121   <section name="Graph/Display Data" id="plots">
122     <tool file="plotting/histogram2.xml" />
123     <tool file="plotting/scatterplot.xml" />
124     <tool file="plotting/xy_plot.xml" />
125     <tool file="visualization/GMAJ.xml" />
126     <tool file="visualization/build_ucsc_custom_track.xml" />
127   </section>
128   <section name="Regional Variation" id="regVar">
129     <tool file="regVariation/windowSplitter.xml" />
130     <tool file="regVariation/featureCounter.xml" />
131     <tool file="regVariation/quality_filter.xml" />
132     <tool file="regVariation/maf_cpg_filter.xml" />
133     <tool file="regVariation/getIndels_2way.xml" />
134     <tool file="regVariation/getIndels_3way.xml" />
135     <tool file="regVariation/getIndelRates_3way.xml" />
136     <tool file="regVariation/substitutions.xml" />
137     <tool file="regVariation/substitution_rates.xml" />
138     <tool file="regVariation/microsats_alignment_level.xml" />
139     <tool file="regVariation/microsats_mutability.xml" />
140   </section>
141   <section name="Multiple regression" id="multReg">
142     <tool file="regVariation/linear_regression.xml" />
143     <tool file="regVariation/best_regression_subsets.xml" />
144     <tool file="regVariation/rcve.xml" />
145   </section>
146  <section name="Evolution: HyPhy" id="hyphy">
147     <tool file="hyphy/hyphy_branch_lengths_wrapper.xml" />
148     <tool file="hyphy/hyphy_nj_tree_wrapper.xml" />
149     <tool file="hyphy/hyphy_dnds_wrapper.xml" />
150  </section>
151  <section name="Taxonomy manipulation" id="tax_manipulation">
152     <tool file="taxonomy/gi2taxonomy.xml" />
153     <tool file="taxonomy/t2t_report.xml" />
154     <tool file="taxonomy/t2ps_wrapper.xml" />
155     <tool file="taxonomy/find_diag_hits.xml" />
156     <tool file="taxonomy/poisson2test.xml" />
157   </section>
158   <section name="EMBOSS" id="EMBOSSLite">
159     <tool file="emboss_5/emboss_antigenic.xml" />
160     <tool file="emboss_5/emboss_backtranseq.xml" />
161     <tool file="emboss_5/emboss_banana.xml" />
162     <tool file="emboss_5/emboss_biosed.xml" />
163     <tool file="emboss_5/emboss_btwisted.xml" />
164     <tool file="emboss_5/emboss_cai_custom.xml" />
165     <tool file="emboss_5/emboss_cai.xml" />
166     <tool file="emboss_5/emboss_chaos.xml" />
167     <tool file="emboss_5/emboss_charge.xml" />
168     <tool file="emboss_5/emboss_checktrans.xml" />
169     <tool file="emboss_5/emboss_chips.xml" />
170     <tool file="emboss_5/emboss_cirdna.xml" />
171     <tool file="emboss_5/emboss_codcmp.xml" />
172     <tool file="emboss_5/emboss_coderet.xml" />
173     <tool file="emboss_5/emboss_compseq.xml" />
174     <tool file="emboss_5/emboss_cpgplot.xml" />
175     <tool file="emboss_5/emboss_cpgreport.xml" />
176     <tool file="emboss_5/emboss_cusp.xml" />
177     <tool file="emboss_5/emboss_cutseq.xml" />
178     <tool file="emboss_5/emboss_dan.xml" />
179     <tool file="emboss_5/emboss_degapseq.xml" />
180     <tool file="emboss_5/emboss_descseq.xml" />
181     <tool file="emboss_5/emboss_diffseq.xml" />
182     <tool file="emboss_5/emboss_digest.xml" />
183     <tool file="emboss_5/emboss_dotmatcher.xml" />
184     <tool file="emboss_5/emboss_dotpath.xml" />
185     <tool file="emboss_5/emboss_dottup.xml" />
186     <tool file="emboss_5/emboss_dreg.xml" />
187     <tool file="emboss_5/emboss_einverted.xml" />
188     <tool file="emboss_5/emboss_epestfind.xml" />
189     <tool file="emboss_5/emboss_equicktandem.xml" />
190     <tool file="emboss_5/emboss_est2genome.xml" />
191     <tool file="emboss_5/emboss_etandem.xml" />
192     <tool file="emboss_5/emboss_extractfeat.xml" />
193     <tool file="emboss_5/emboss_extractseq.xml" />
194     <tool file="emboss_5/emboss_freak.xml" />
195     <tool file="emboss_5/emboss_fuzznuc.xml" />
196     <tool file="emboss_5/emboss_fuzzpro.xml" />
197     <tool file="emboss_5/emboss_fuzztran.xml" />
198     <tool file="emboss_5/emboss_garnier.xml" />
199     <tool file="emboss_5/emboss_geecee.xml" />
200     <tool file="emboss_5/emboss_getorf.xml" />
201     <tool file="emboss_5/emboss_helixturnhelix.xml" />
202     <tool file="emboss_5/emboss_hmoment.xml" />
203     <tool file="emboss_5/emboss_iep.xml" />
204     <tool file="emboss_5/emboss_infoseq.xml" />
205     <tool file="emboss_5/emboss_isochore.xml" />
206     <tool file="emboss_5/emboss_lindna.xml" />
207     <tool file="emboss_5/emboss_marscan.xml" />
208     <tool file="emboss_5/emboss_maskfeat.xml" />
209     <tool file="emboss_5/emboss_maskseq.xml" />
210     <tool file="emboss_5/emboss_matcher.xml" />
211     <tool file="emboss_5/emboss_megamerger.xml" />
212     <tool file="emboss_5/emboss_merger.xml" />
213     <tool file="emboss_5/emboss_msbar.xml" />
214     <tool file="emboss_5/emboss_needle.xml" />
215     <tool file="emboss_5/emboss_newcpgreport.xml" />
216     <tool file="emboss_5/emboss_newcpgseek.xml" />
217     <tool file="emboss_5/emboss_newseq.xml" />
218     <tool file="emboss_5/emboss_noreturn.xml" />
219     <tool file="emboss_5/emboss_notseq.xml" />
220     <tool file="emboss_5/emboss_nthseq.xml" />
221     <tool file="emboss_5/emboss_octanol.xml" />
222     <tool file="emboss_5/emboss_oddcomp.xml" />
223     <tool file="emboss_5/emboss_palindrome.xml" />
224     <tool file="emboss_5/emboss_pasteseq.xml" />
225     <tool file="emboss_5/emboss_patmatdb.xml" />
226     <tool file="emboss_5/emboss_pepcoil.xml" />
227     <tool file="emboss_5/emboss_pepinfo.xml" />
228     <tool file="emboss_5/emboss_pepnet.xml" />
229     <tool file="emboss_5/emboss_pepstats.xml" />
230     <tool file="emboss_5/emboss_pepwheel.xml" />
231     <tool file="emboss_5/emboss_pepwindow.xml" />
232     <tool file="emboss_5/emboss_pepwindowall.xml" />
233     <tool file="emboss_5/emboss_plotcon.xml" />
234     <tool file="emboss_5/emboss_plotorf.xml" />
235     <tool file="emboss_5/emboss_polydot.xml" />
236     <tool file="emboss_5/emboss_preg.xml" />
237     <tool file="emboss_5/emboss_prettyplot.xml" />
238     <tool file="emboss_5/emboss_prettyseq.xml" />
239     <tool file="emboss_5/emboss_primersearch.xml" />
240     <tool file="emboss_5/emboss_revseq.xml" />
241     <tool file="emboss_5/emboss_seqmatchall.xml" />
242     <tool file="emboss_5/emboss_seqret.xml" />
243     <tool file="emboss_5/emboss_showfeat.xml" />
244     <tool file="emboss_5/emboss_shuffleseq.xml" />
245     <tool file="emboss_5/emboss_sigcleave.xml" />
246     <tool file="emboss_5/emboss_sirna.xml" />
247     <tool file="emboss_5/emboss_sixpack.xml" />
248     <tool file="emboss_5/emboss_skipseq.xml" />
249     <tool file="emboss_5/emboss_splitter.xml" />
250     <tool file="emboss_5/emboss_supermatcher.xml" />
251     <tool file="emboss_5/emboss_syco.xml" />
252     <tool file="emboss_5/emboss_tcode.xml" />
253     <tool file="emboss_5/emboss_textsearch.xml" />
254     <tool file="emboss_5/emboss_tmap.xml" />
255     <tool file="emboss_5/emboss_tranalign.xml" />
256     <tool file="emboss_5/emboss_transeq.xml" />
257     <tool file="emboss_5/emboss_trimest.xml" />
258     <tool file="emboss_5/emboss_trimseq.xml" />
259     <tool file="emboss_5/emboss_twofeat.xml" />
260     <tool file="emboss_5/emboss_union.xml" />
261     <tool file="emboss_5/emboss_vectorstrip.xml" />
262     <tool file="emboss_5/emboss_water.xml" />
263     <tool file="emboss_5/emboss_wobble.xml" />
264     <tool file="emboss_5/emboss_wordcount.xml" />
265     <tool file="emboss_5/emboss_wordmatch.xml" />
266   </section>
267   <section name="Short Read Analysis" id="short_read_analysis">
268     <tool file="metag_tools/short_reads_figure_score.xml" />
269     <tool file="metag_tools/short_reads_trim_seq.xml" />
270     <tool file="metag_tools/megablast_wrapper.xml" />
271     <tool file="metag_tools/megablast_xml_parser.xml" />
272   </section>
273 </toolbox>
Note: See TracBrowser for help on using the browser.