view CG_cgatools/tool_config.xml.sample.xml @ 0:ffb2b0244ab2 draft

Uploaded
author bcrain-completegenomics
date Tue, 12 Jun 2012 11:54:38 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<toolbox>
    <!-- 
      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
    -->
  <section name="Complete Genomics" id="cgi">
    <label text="cgatools" id="cgi_cgatools" />
    <tool file="cgatools/listvariants.xml" />
    <tool file="cgatools/testvariants.xml" />
    <tool file="cgatools/listtestvariants.xml" />
    <tool file="cgatools/join.xml" />
    <tool file="cgatools/calldiff.xml" />
    <tool file="cgatools/snpdiff.xml" />
    <tool file="cgatools/junctiondiff.xml" />
    <tool file="cgatools/varfilter.xml" />
    <label text="Perl scripts" id="cgi_perl" />
    <tool file="cgi_scripts/List_Unique_Variants.xml" />
    <tool file="cgi_scripts/Calculate_TestVariants_Variant_Frequencies.xml" />
  </section>
</toolbox>