comparison mlst_list.xml @ 6:31812e7a1315 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
author iuc
date Wed, 15 Jun 2022 19:00:04 +0000
parents 68cdb40ff91c
children
comparison
equal deleted inserted replaced
5:ded48b36f3b7 6:31812e7a1315
1 <tool id="mlst_list" name="MLST List" version="@VERSION@"> 1 <tool id="mlst_list" name="MLST List" version="@VERSION@">
2 <description>Lists available schemes for the MLST tool.</description> 2 <description>Lists available schemes for the MLST tool</description>
3 <xrefs>
4 <xref type="bio.tools">mlst</xref>
5 </xrefs>
3 <macros> 6 <macros>
4 <import>macros.xml</import> 7 <import>macros.xml</import>
5 </macros> 8 </macros>
6 <expand macro="requirements" /> 9 <expand macro="requirements" />
7 <expand macro="version_command" /> 10 <expand macro="version_command" />
8 11
9 <command detect_errors="exit_code"><![CDATA[ 12 <command detect_errors="exit_code"><![CDATA[
10 mlst $list_type > "$report" 13 mlst $list_type > '$report'
11 ]]></command> 14 ]]></command>
12 15
13 <inputs> 16 <inputs>
14 <param name="list_type" type="boolean" label="Output allele information" truevalue="--longlist" falsevalue="--list" 17 <param name="list_type" type="boolean" label="Output allele information" truevalue="--longlist" falsevalue="--list"
15 help="Selecting 'Yes' will provide the alleles for all MLST schemes" optional="false" /> 18 help="Selecting 'Yes' will provide the alleles for all MLST schemes" optional="false" />