Mercurial > repos > iuc > mlst
annotate mlst_list.xml @ 7:9a019e7a150a 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 18:59:31 +0000 |
| parents | 7eb5e58d2263 |
| children |
| rev | line source |
|---|---|
|
3
022dc4bbc27e
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
7eb5e58d2263
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
3
diff
changeset
|
2 <description>Lists available schemes for the MLST tool</description> |
|
7eb5e58d2263
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
3
diff
changeset
|
3 <xrefs> |
|
7eb5e58d2263
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
3
diff
changeset
|
4 <xref type="bio.tools">mlst</xref> |
|
7eb5e58d2263
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
3
diff
changeset
|
5 </xrefs> |
|
3
022dc4bbc27e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents:
2
diff
changeset
|
6 <macros> |
|
022dc4bbc27e
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> |
|
022dc4bbc27e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
iuc
parents:
2
diff
changeset
|
8 </macros> |
|
022dc4bbc27e
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" /> |
|
022dc4bbc27e
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
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
11 |
|
d99b37191518
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
7eb5e58d2263
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
3
diff
changeset
|
13 mlst $list_type > '$report' |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
14 ]]></command> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
15 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
16 <inputs> |
|
d99b37191518
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" |
|
d99b37191518
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" /> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
19 </inputs> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
20 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
21 <outputs> |
|
d99b37191518
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"/> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
23 </outputs> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
24 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
25 <tests> |
|
d99b37191518
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 --> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
27 <test> |
|
d99b37191518
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
681a5aa83361
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" > |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
30 <assert_contents> |
|
681a5aa83361
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" /> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
32 </assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
33 </output> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
34 </test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
35 |
|
d99b37191518
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 --> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
37 <test> |
|
d99b37191518
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
681a5aa83361
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" > |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
40 <assert_contents> |
|
681a5aa83361
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" /> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
42 </assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
43 </output> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
44 </test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
45 </tests> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
46 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
47 <help><![CDATA[ |
|
d99b37191518
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** |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
49 |
|
d99b37191518
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. |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
51 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
52 ]]></help> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
53 |
|
3
022dc4bbc27e
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
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
55 </tool> |
