comparison mlst.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 dba1639c1ba6
children 9a019e7a150a
comparison
equal deleted inserted replaced
5:5dcc6ed221e2 6:7eb5e58d2263
1 <tool id="mlst" name="MLST" version="@VERSION@"> 1 <tool id="mlst" name="MLST" version="@VERSION@">
2 <description>Scans genomes against PubMLST schemes.</description> 2 <description>Scans genomes against PubMLST schemes</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
6 <xml name="legacy_param"> 8 <xml name="legacy_param">
7 <param argument="--legacy" type="boolean" truevalue="--legacy" falsevalue="" checked="true" label="Include allele header" help="Include allele header row in output table (requires scheme to be set)" /> 9 <param argument="--legacy" type="boolean" truevalue="--legacy" falsevalue="" checked="true" label="Include allele header" help="Include allele header row in output table (requires scheme to be set)" />
8 </xml> 10 </xml>
9 </macros> 11 </macros>
10 <expand macro="requirements" /> 12 <expand macro="requirements" />