annotate abricate_list.xml @ 4:78c75f134c16 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
author iuc
date Mon, 19 Mar 2018 10:42:19 -0400
parents 6e9aea89e388
children c2ef298da409
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
1 <tool id="abricate_list" name="ABRicate List" version="@VERSION@">
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
2 <description>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
3 List all of abricate's available databases.
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
4 </description>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
5 <macros>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
6 <import>macros.xml</import>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
7 </macros>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
8 <expand macro="requirements" />
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
9 <expand macro="version_command" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
10
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
3
6e9aea89e388 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 962161e1dde26559d0bc1ce5d7b75d2f354606c5
iuc
parents: 2
diff changeset
12 abricate --list > '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
13 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
14
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
15 <inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
16 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
17
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
18 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
19 <data name="report" format="txt" label="${tool.name} - list of databases"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
20 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
21
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
22 <tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
23 <test>
3
6e9aea89e388 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 962161e1dde26559d0bc1ce5d7b75d2f354606c5
iuc
parents: 2
diff changeset
24 <output name="report" ftype="txt" file="output_list.txt" compare="contains" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
25 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
26 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
27
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
28 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
29 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
30
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
31 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
32 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
33
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
34 <expand macro="citations"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
35 </tool>