annotate mlst_list.xml @ 0:735872ff8222 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
author iuc
date Mon, 12 Dec 2016 15:07:38 -0500
parents
children 8e8dc9a1e3e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
1 <tool id="mlst_list" name="MLST List" version="0.1.0">
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
2 <requirements>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
3 <requirement type="package" version="2.6">mlst</requirement>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
4 </requirements>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
5
735872ff8222 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>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
7
735872ff8222 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[
735872ff8222 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"
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
10 ]]></command>
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 <inputs>
735872ff8222 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"
735872ff8222 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" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
15 </inputs>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
16
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
17 <outputs>
735872ff8222 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"/>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
19 </outputs>
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 <tests>
735872ff8222 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 -->
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
23 <test>
735872ff8222 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" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
25 <output name="report" ftype="txt" file="output_longlist.txt" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
26 </test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
27
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
28 <!-- 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
29 <test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
30 <param name="list_type" value="false" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
31 <output name="report" ftype="txt" file="output_list.txt" />
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
32 </test>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
33 </tests>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
34
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
35 <help><![CDATA[
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
36 **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
37
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
38 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
39
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
40 ]]></help>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
41
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
42 <citations>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
43 <citation type="bibtex">
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
44 @UNPUBLISHED{Seemann2016,
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
45 author = "Seemann T",
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
46 title = "ABRicate: mass screening of contigs for antiobiotic resistance genes",
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
47 year = "2016",
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
48 note = "https://github.com/tseemann/abricate"}
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
49 </citation>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
50 </citations>
735872ff8222 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff changeset
51 </tool>