# HG changeset patch # User iuc # Date 1554220625 14400 # Node ID 84f769706f7acaf16db036d6d786ac69b3041e23 # Parent d783eb846f59fd37ce48e25a833c1414c9b0905a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mykrobe commit 98633f779dfac95f55fbe30519f4e88da0bb9449 diff -r d783eb846f59 -r 84f769706f7a macro.xml --- a/macro.xml Sat Jan 13 09:02:58 2018 -0500 +++ b/macro.xml Tue Apr 02 11:57:05 2019 -0400 @@ -2,10 +2,9 @@ - mykrobe + mykrobe - + + + + @@ -59,6 +109,26 @@ + + + + + + + + + + + + + + + + + + + + - + Antibiotic resistance predictions macro.xml @@ -10,17 +9,14 @@ @select_inputs@ mykrobe genotype - '$name' - '$probe_set' + '${name}' + '${probe_set}' - #if $kmer: - --kmer $kmer + #if $filter: + --filters '${filter}' #end if - #if $expected_depth: - --expected_depth $expected_depth - #end if - + @shared_options@ -q -t "\${GALAXY_SLOTS:-1}" @@ -33,14 +29,14 @@ #else *.fasta #end if - > $json + > '$json' ]]> - - - + + +