Mercurial > repos > dfornika > snippy
view macros.xml @ 19:8a6b951f6ec2 draft
planemo upload for repository https://github.com/tseemann/snippy commit 80a4218b47696bea243b4092823739a578ea8652-dirty
| author | dfornika |
|---|---|
| date | Thu, 24 Jan 2019 14:19:32 -0500 |
| parents | 0276bb8bd561 |
| children | 3bbfe41787af |
line wrap: on
line source
<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>
