Mercurial > repos > iuc > mlst
annotate mlst_list.xml @ 2:11e1af1f7f35 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 305238bd9771875830e8f4e961d16f0d7253e724
| author | iuc |
|---|---|
| date | Mon, 12 Feb 2018 05:18:03 -0500 |
| parents | 681a5aa83361 |
| children | 022dc4bbc27e |
| rev | line source |
|---|---|
|
2
11e1af1f7f35
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 305238bd9771875830e8f4e961d16f0d7253e724
iuc
parents:
1
diff
changeset
|
1 <tool id="mlst_list" name="MLST List" version="2.10"> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
2 <requirements> |
|
2
11e1af1f7f35
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 305238bd9771875830e8f4e961d16f0d7253e724
iuc
parents:
1
diff
changeset
|
3 <requirement type="package" version="2.10">mlst</requirement> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
4 </requirements> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
5 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
6 <version_command>mlst --version</version_command> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
7 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
9 mlst $list_type > "$report" |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
10 ]]></command> |
|
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 <inputs> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
13 <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
|
14 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
|
15 </inputs> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
16 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
17 <outputs> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
18 <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
|
19 </outputs> |
|
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 <tests> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
22 <!-- 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
|
23 <test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
24 <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
|
25 <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
|
26 <assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
27 <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
|
28 </assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
29 </output> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
30 </test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
31 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
32 <!-- 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
|
33 <test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
34 <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
|
35 <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
|
36 <assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
37 <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
|
38 </assert_contents> |
|
681a5aa83361
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
39 </output> |
|
0
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
40 </test> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
41 </tests> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
42 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
43 <help><![CDATA[ |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
44 **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
|
45 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
46 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
|
47 |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
48 ]]></help> |
|
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 <citations> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
51 <citation type="bibtex"> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
52 @UNPUBLISHED{Seemann2016, |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
53 author = "Seemann T", |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
54 title = "ABRicate: mass screening of contigs for antiobiotic resistance genes", |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
55 year = "2016", |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
56 note = "https://github.com/tseemann/abricate"} |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
57 </citation> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
58 </citations> |
|
d99b37191518
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
59 </tool> |
