Mercurial > repos > iuc > abricate
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Mar 19 10:42:19 2018 -0400 @@ -0,0 +1,27 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">abricate</requirement> + <yield /> + </requirements> + </xml> + + <xml name="version_command"> + <version_command><![CDATA[abricate --version]]></version_command> + </xml> + + <token name="@VERSION@">0.8</token> + + <xml name="citations"> + <citations> + <citation type="bibtex"> + @UNPUBLISHED{Seemann2016, + author = {Seemann, Torsten}, + title = {ABRicate: mass screening of contigs for antiobiotic resistance genes}, + year = {2016}, + url = {https://github.com/tseemann/abricate}, + } + </citation> + </citations> + </xml> +</macros>