Mercurial > repos > dfornika > mentalist
changeset 3:4ea71c8e2db0 draft
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f161d96d4d4dcd11a53eeda99595d5fd22891612-dirty
author | dfornika |
---|---|
date | Wed, 11 Apr 2018 14:44:29 -0400 |
parents | d465e81782a3 |
children | af77acce864b |
files | data_managers/data_manager_conf.xml data_managers/data_manager_mentalist_build_db/data_manager/mentalist_build_db.xml data_managers/data_manager_mentalist_download_cgmlst/data_manager/mentalist_download_cgmlst.xml data_managers/data_manager_mentalist_download_enterobase/data_manager/mentalist_download_enterobase.xml data_managers/data_manager_mentalist_download_pubmlst/data_manager/mentalist_download_pubmlst.xml tools/mentalist_call/mentalist_call.xml |
diffstat | 6 files changed, 19 insertions(+), 44 deletions(-) [+] |
line wrap: on
line diff
--- a/data_managers/data_manager_conf.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/data_managers/data_manager_conf.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <data_managers> - <data_manager tool_file="data_manager_mentalist_build_db/data_manager/mentalist_build_db.xml" id="mentalist_build_db" version="0.2.2"> + <data_manager tool_file="data_manager_mentalist_build_db/data_manager/mentalist_build_db.xml" id="mentalist_build_db" version="0.1.5"> <data_table name="mentalist_databases"> <output> <column name="value" /> @@ -15,7 +15,7 @@ </output> </data_table> </data_manager> - <data_manager tool_file="data_manager_mentalist_download_cgmlst/data_manager/mentalist_download_cgmlst.xml" id="mentalist_download_cgmlst" version="0.2.2"> + <data_manager tool_file="data_manager_mentalist_download_cgmlst/data_manager/mentalist_download_cgmlst.xml" id="mentalist_download_cgmlst" version="0.1.5"> <data_table name="mentalist_databases"> <output> <column name="value" /> @@ -30,7 +30,7 @@ </output> </data_table> </data_manager> - <data_manager tool_file="data_manager_mentalist_download_pubmlst/data_manager/mentalist_download_pubmlst.xml" id="mentalist_download_pubmlst" version="0.2.2"> + <data_manager tool_file="data_manager_mentalist_download_pubmlst/data_manager/mentalist_download_pubmlst.xml" id="mentalist_download_pubmlst" version="0.1.5"> <data_table name="mentalist_databases"> <output> <column name="value" /> @@ -45,7 +45,7 @@ </output> </data_table> </data_manager> - <data_manager tool_file="data_manager_mentalist_download_enterobase/data_manager/mentalist_download_enterobase.xml" id="mentalist_download_enterobase" version="0.2.2"> + <data_manager tool_file="data_manager_mentalist_download_enterobase/data_manager/mentalist_download_enterobase.xml" id="mentalist_download_enterobase" version="0.1.5"> <data_table name="mentalist_databases"> <output> <column name="value" />
--- a/data_managers/data_manager_mentalist_build_db/data_manager/mentalist_build_db.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/data_managers/data_manager_mentalist_build_db/data_manager/mentalist_build_db.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<tool id="mentalist_build_db" name="MentaLiST Build DB" tool_type="manage_data" version="0.2.2"> +<tool id="mentalist_build_db" name="MentaLiST Build DB" tool_type="manage_data" version="0.1.5"> <requirements> - <requirement type="package" version="0.2.2">mentalist</requirement> + <requirement type="package" version="0.1.5">mentalist</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -30,7 +30,6 @@ <data name="out_file" format="data_manager_json" /> </outputs> <citations> - <citation type="doi">10.1101/172858</citation> <citation type="doi">10.1099/mgen.0.000146</citation> </citations> </tool>
--- a/data_managers/data_manager_mentalist_download_cgmlst/data_manager/mentalist_download_cgmlst.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/data_managers/data_manager_mentalist_download_cgmlst/data_manager/mentalist_download_cgmlst.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<tool id="mentalist_download_cgmlst" name="MentaLiST Download from cgMLST" tool_type="manage_data" version="0.2.2"> +<tool id="mentalist_download_cgmlst" name="MentaLiST Download from cgMLST" tool_type="manage_data" version="0.1.5"> <requirements> - <requirement type="package" version="0.2.2">mentalist</requirement> + <requirement type="package" version="0.1.5">mentalist</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -21,9 +21,9 @@ <option value="Enterococcus faecium">Enterococcus faecium</option> <option value="Francisella tularensis">Francisella tularensis</option> <option value="Klebsiella pneumoniae/variicola/quasipneumoniae">Klebsiella pneumoniae/variicola/quasipneumoniae</option> - <option value="Mycobacterium tuberculosis/bovis/africanum/canettii">Mycobacterium tuberculosis/bovis/africanum/canettii</option> <option value="Legionella pneumophila">Legionella pneumophila</option> <option value="Listeria monocytogenes">Listeria monocytogenes</option> + <option value="Mycobacterium tuberculosis/bovis/africanum/canettii">Mycobacterium tuberculosis/bovis/africanum/canettii</option> <option value="Staphylococcus aureus">Staphylococcus aureus</option> </param> </inputs> @@ -31,7 +31,6 @@ <data name="out_file" format="data_manager_json" /> </outputs> <citations> - <citation type="doi">10.1101/172858</citation> <citation type="doi">10.1099/mgen.0.000146</citation> </citations> </tool>
--- a/data_managers/data_manager_mentalist_download_enterobase/data_manager/mentalist_download_enterobase.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/data_managers/data_manager_mentalist_download_enterobase/data_manager/mentalist_download_enterobase.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<tool id="mentalist_download_enterobase" name="MentaLiST Download from Enterobase" tool_type="manage_data" version="0.2.2"> +<tool id="mentalist_download_enterobase" name="MentaLiST Download from Enterobase" tool_type="manage_data" version="0.1.5"> <requirements> - <requirement type="package" version="0.2.2">mentalist</requirement> + <requirement type="package" version="0.1.5">mentalist</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -30,6 +30,6 @@ <data name="out_file" format="data_manager_json" /> </outputs> <citations> - <citation type="doi">10.1101/172858</citation> + <citation type="doi">10.1099/mgen.0.000146</citation> </citations> </tool>
--- a/data_managers/data_manager_mentalist_download_pubmlst/data_manager/mentalist_download_pubmlst.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/data_managers/data_manager_mentalist_download_pubmlst/data_manager/mentalist_download_pubmlst.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<tool id="mentalist_download_pubmlst" name="MentaLiST Download from pubMLST" tool_type="manage_data" version="0.2.2"> +<tool id="mentalist_download_pubmlst" name="MentaLiST Download from pubMLST" tool_type="manage_data" version="0.1.5"> <requirements> - <requirement type="package" version="0.2.2">mentalist</requirement> + <requirement type="package" version="0.1.5">mentalist</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -76,7 +76,6 @@ <option value="Helicobacter pylori">Helicobacter pylori</option> <option value="Helicobacter suis">Helicobacter suis</option> <option value="Kingella kingae">Kingella kingae</option> - <option value="Klebsiella aerogenes">Klebsiella aerogenes</option> <option value="Klebsiella oxytoca">Klebsiella oxytoca</option> <option value="Klebsiella pneumoniae">Klebsiella pneumoniae</option> <option value="Kudoa septempunctata">Kudoa septempunctata</option> @@ -155,7 +154,6 @@ <data name="out_file" format="data_manager_json" /> </outputs> <citations> - <citation type="doi">10.1101/172858</citation> <citation type="doi">10.1099/mgen.0.000146</citation> </citations> </tool>
--- a/tools/mentalist_call/mentalist_call.xml Sat Mar 24 23:19:00 2018 -0400 +++ b/tools/mentalist_call/mentalist_call.xml Wed Apr 11 14:44:29 2018 -0400 @@ -1,23 +1,16 @@ -<tool id="mentalist_call" name="MentaLiST MLST Analysis" version="0.2.2"> +<tool id="mentalist_call" name="MentaLiST MLST Analysis" version="0.1.5"> <requirements> - <requirement type="package" version="0.2.2">mentalist</requirement> + <requirement type="package" version="0.1.5">mentalist</requirement> </requirements> - <edam_operations> - <edam_operation>operation_3840</edam_operation> - </edam_operations> <command detect_errors="exit_code"><![CDATA[ mentalist call -o '$output_file' --db '$kmer_db.fields.path' - --mutation_threshold '$mutation_threshold' - --kt '$kmer_threshold' - $output_votes - $output_special #if $input_type.sPaired == "paired": - -1 $input_type.pInput1 -2 $input_type.pInput2 + -s $input_type.pInput1.name $input_type.pInput1 $input_type.pInput2 #elif $input_type.sPaired == "collections": - -1 $input_type.fastq_collection.forward -2 $input_type.fastq_collection.reverse + -s $input_type.fastq_collection.name $input_type.fastq_collection.forward $input_type.fastq_collection.reverse #end if ]]></command> <inputs> @@ -39,27 +32,13 @@ <validator type="no_options" message="No MentaLiST databases are available" /> </options> </param> - <param name="mutation_threshold" type="integer" label="Mutation threshold" - help="Maximum number of mutations when looking for novel alleles." - value="6" min="1" max="25" /> - <param name="kmer_threshold" type="integer" label="Kmer threshold" - help="Minimum number of times a kmer is seen to be considered present in the sample." - value="10" min="1" max="25" /> - <param name="output_votes" type="boolean" label="Output votes" - argument="--output_votes" truevalue="--output_votes" falsevalue="" - help="Outputs the results for the original voting algorithm" /> - <param name="output_special" type="boolean" label="Output special" - argument="--output_special" truevalue="--output_special" falsevalue="" - help="Outputs a fasta file with the alleles from special cases such as incomplete coverage, novel and multiple alleles." /> </inputs> <outputs> - <data name="output_file" format="tabular" /> - <data name="coverage_file" format="tabular" /> + <data name="output_file" format="tabular"/> </outputs> <help><![CDATA[ ]]></help> <citations> - <citation type="doi">10.1101/172858</citation> <citation type="doi">10.1099/mgen.0.000146</citation> </citations> </tool>