annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
1 <tool id="mlst_list" name="MLST List" version="@VERSION@">
6
31812e7a1315 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
iuc
parents: 3
diff changeset
2 <description>Lists available schemes for the MLST tool</description>
31812e7a1315 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
iuc
parents: 3
diff changeset
3 <xrefs>
31812e7a1315 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
iuc
parents: 3
diff changeset
4 <xref type="bio.tools">mlst</xref>
31812e7a1315 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
iuc
parents: 3
diff changeset
5 </xrefs>
3
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
6 <macros>
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
7 <import>macros.xml</import>
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
8 </macros>
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
9 <expand macro="requirements" />
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
10 <expand macro="version_command" />
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
11
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
6
31812e7a1315 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
iuc
parents: 3
diff changeset
13 mlst $list_type > '$report'
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
14 ]]></command>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
15
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
16 <inputs>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
17 <param name="list_type" type="boolean" label="Output allele information" truevalue="--longlist" falsevalue="--list"
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
18 help="Selecting 'Yes' will provide the alleles for all MLST schemes" optional="false" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
19 </inputs>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
20
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
21 <outputs>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
22 <data format="txt" name="report" label="${tool.name} - list of schemes"/>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
23 </outputs>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
24
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
25 <tests>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
26 <!-- Test the longlist option -->
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
27 <test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
28 <param name="list_type" value="true" />
1
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
29 <output name="report" ftype="txt" >
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
30 <assert_contents>
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
31 <has_text text="saureus" />
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
32 </assert_contents>
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
33 </output>
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
34 </test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
35
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
36 <!-- Test the list option -->
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
37 <test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
38 <param name="list_type" value="false" />
1
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
39 <output name="report" ftype="txt" >
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
40 <assert_contents>
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
41 <has_text text="saureus" />
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
42 </assert_contents>
8e8dc9a1e3e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents: 0
diff changeset
43 </output>
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
44 </test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
45 </tests>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
46
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
47 <help><![CDATA[
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
48 **What it does**
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
49
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
50 MLST List will list all the scheme names used by MLST. Selecting the long list option will also provide the alleles for all MLST schemes.
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
51
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
52 ]]></help>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
53
3
68cdb40ff91c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents: 2
diff changeset
54 <expand macro="citations" />
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
55 </tool>