Mercurial > repos > bcrain-completegenomics > testing1
changeset 13:551fce709627 draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Thu, 07 Jun 2012 13:46:48 -0400 |
parents | a48451470c73 |
children | e2e802a079f0 |
files | cgatools_suite/.DS_Store cgatools_suite/._datatypes_conf.xml cgatools_suite/._tool_config.xml cgatools_suite/._tool_config.xml.sample.xml cgatools_suite/._tool_data_table_conf.xml cgatools_suite/._tool_data_table_conf.xml.sample.xml cgatools_suite/datatypes_conf.xml cgatools_suite/tool_config.xml cgatools_suite/tool_config.xml.sample.xml cgatools_suite/tool_data_table_conf.xml cgatools_suite/tool_data_table_conf.xml.sample.xml |
diffstat | 11 files changed, 35 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/cgatools_suite/datatypes_conf.xml Wed Jun 06 18:24:37 2012 -0400 +++ b/cgatools_suite/datatypes_conf.xml Thu Jun 07 13:46:48 2012 -0400 @@ -9,9 +9,9 @@ Add the following section to datatypes_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance --> <!-- Start Complete Genomics Datatypes --> - <datatype extension="cg_var" type="galaxy.datatypes.completegenomics:CG_Var" display_in_upload="true" /> - <datatype extension="cg_mastervar" type="galaxy.datatypes.completegenomics:CG_MasterVar" display_in_upload="true" /> - <datatype extension="cg_gene" type="galaxy.datatypes.completegenomics:CG_Gene" display_in_upload="true" /> + <datatype extension="cg_var" type="galaxy.datatypes.tabular:CG_Var" display_in_upload="true" /> + <datatype extension="cg_mastervar" type="galaxy.datatypes.tabular:CG_MasterVar" display_in_upload="true" /> + <datatype extension="cg_gene" type="galaxy.datatypes.tabular:CG_Gene" display_in_upload="true" /> <!-- End Complete Genomics Datatypes --> </registration> <sniffers>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools_suite/tool_config.xml Thu Jun 07 13:46:48 2012 -0400 @@ -0,0 +1,20 @@ +<?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> \ No newline at end of file
--- a/cgatools_suite/tool_config.xml.sample.xml Wed Jun 06 18:24:37 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -<?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> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools_suite/tool_data_table_conf.xml Thu Jun 07 13:46:48 2012 -0400 @@ -0,0 +1,12 @@ +<tables> + <!-- + Add the following section to tool_data_table_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance + --> + <!-- Start Location of cgatools crr files --> + <table name="cg_crr_files" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/cg_crr_files.loc" /> + </table> + <!-- End Location of cgatools crr files --> +</tables> +
--- a/cgatools_suite/tool_data_table_conf.xml.sample.xml Wed Jun 06 18:24:37 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<tables> - <!-- - Add the following section to tool_data_table_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance - --> - <!-- Start Location of cgatools crr files --> - <table name="cg_crr_files" comment_char="#"> - <columns>value, dbkey, name, path</columns> - <file path="tool-data/cg_crr_files.loc" /> - </table> - <!-- End Location of cgatools crr files --> -</tables> -