annotate abricate_list.xml @ 1:15197951a756 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
author iuc
date Fri, 03 Mar 2017 14:56:09 -0500
parents 862f5a86854d
children 2aa02d2a6af3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
1 <tool id="abricate_list" name="ABRicate List" version="0.3">
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
2 <requirements>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
3 <requirement type="package" version="0.3">abricate</requirement>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
4 </requirements>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
5
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
6 <version_command>abricate --version</version_command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
7
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
9 abricate --list 2> '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
10 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
11
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
12 <inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
13 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
14
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
15 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
16 <data name="report" format="txt" label="${tool.name} - list of databases"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
17 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
18
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
19 <tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
20 <test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
21 <output name="report" ftype="txt" file="output_list.txt" />
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
22 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
23 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
24
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
25 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
26 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
27
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
28 ABRicate List will list all the antibiotic databases used by ABRicate. The database of these genes is built from ResFinder.
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
29 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
30
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
31 <citations>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
32 <citation type="bibtex">
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
33 @UNPUBLISHED{Seemann2016,
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
34 author = {Seemann, Torsten},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
35 title = {ABRicate: mass screening of contigs for antiobiotic resistance genes},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
36 year = {2016},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
37 url = {https://github.com/tseemann/abricate},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
38 }
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
39 </citation>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
40 </citations>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
41 </tool>