comparison mlst_list.xml @ 6:7eb5e58d2263 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 07:41:48 +0000
parents 022dc4bbc27e
children
comparison
equal deleted inserted replaced
5:5dcc6ed221e2 6:7eb5e58d2263
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" />