Mercurial > repos > iuc > snippy
diff macros.xml @ 0:c9a8ef2aa380 draft
planemo upload commit b288d4f48e58e291bda17c5945c281348ee072c7
author | iuc |
---|---|
date | Fri, 16 Feb 2018 13:40:16 -0500 |
parents | |
children | 776ebd1239da |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Feb 16 13:40:16 2018 -0500 @@ -0,0 +1,25 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">snippy</requirement> + <yield /> + </requirements> + </xml> + + <xml name="version_command"> + <version_command><![CDATA[snippy --version]]></version_command> + </xml> + + <token name="@VERSION@">3.2</token> + + <xml name="citations"> + <citations> + <citation type="bibtex">@UNPUBLISHED{Seemann2013, + author = "Seemann T", + title = "snippy: fast bacterial variant calling from NGS reads", + year = "2015", + note = "https://github.com/tseemann/snippy", + url = "https://github.com/tseemann/snippy"}</citation> + </citations> + </xml> +</macros>