Mercurial > repos > iuc > snippy
view macros.xml @ 3:a2147b3769dd draft
planemo upload commit f7ba9aa90e952d0639fba2cf6674bb4a7523f308
| author | iuc |
|---|---|
| date | Tue, 02 Apr 2019 17:19:05 -0400 |
| parents | 4eb9595bff60 |
| children | f9d3b5a6ef31 |
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@">4.3.6</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>
