Mercurial > repos > bcrain-completegenomics > testing1
comparison cgatools_suite/tool_config.xml @ 7:96829b1b73ea draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Wed, 06 Jun 2012 16:58:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:e4eff539a999 | 7:96829b1b73ea |
---|---|
1 <?xml version="1.0"?> | |
2 <toolbox> | |
3 <!-- | |
4 Add the following section to tool_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance | |
5 --> | |
6 <section name="Complete Genomics" id="cgi"> | |
7 <label text="cgatools" id="cgi_cgatools" /> | |
8 <tool file="cgatools/listvariants.xml" /> | |
9 <tool file="cgatools/testvariants.xml" /> | |
10 <tool file="cgatools/listtestvariants.xml" /> | |
11 <tool file="cgatools/join.xml" /> | |
12 <tool file="cgatools/calldiff.xml" /> | |
13 <tool file="cgatools/snpdiff.xml" /> | |
14 <tool file="cgatools/junctiondiff.xml" /> | |
15 <tool file="cgatools/varfilter.xml" /> | |
16 <label text="Perl scripts" id="cgi_perl" /> | |
17 <tool file="cgi_scripts/List_Unique_Variants.xml" /> | |
18 <tool file="cgi_scripts/Calculate_TestVariants_Variant_Frequencies.xml" /> | |
19 </section> | |
20 </toolbox> |