Mercurial > repos > iuc > abricate
comparison macros.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 | |
children | f9bf6a8d8547 |
comparison
equal
deleted
inserted
replaced
3:6e9aea89e388 | 4:78c75f134c16 |
---|---|
1 <macros> | |
2 <xml name="requirements"> | |
3 <requirements> | |
4 <requirement type="package" version="@VERSION@">abricate</requirement> | |
5 <yield /> | |
6 </requirements> | |
7 </xml> | |
8 | |
9 <xml name="version_command"> | |
10 <version_command><![CDATA[abricate --version]]></version_command> | |
11 </xml> | |
12 | |
13 <token name="@VERSION@">0.8</token> | |
14 | |
15 <xml name="citations"> | |
16 <citations> | |
17 <citation type="bibtex"> | |
18 @UNPUBLISHED{Seemann2016, | |
19 author = {Seemann, Torsten}, | |
20 title = {ABRicate: mass screening of contigs for antiobiotic resistance genes}, | |
21 year = {2016}, | |
22 url = {https://github.com/tseemann/abricate}, | |
23 } | |
24 </citation> | |
25 </citations> | |
26 </xml> | |
27 </macros> |