Mercurial > repos > iuc > snippy
diff macros.xml @ 0:ff177a01b5ca draft
planemo upload commit b288d4f48e58e291bda17c5945c281348ee072c7
| author | iuc |
|---|---|
| date | Fri, 16 Feb 2018 13:39:50 -0500 |
| parents | |
| children | 4eb9595bff60 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Feb 16 13:39:50 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>
