7
|
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> |