Mercurial > repos > jowong > snippy_mod
view macros.xml @ 0:55e3a2bbcde6 draft default tip
planemo upload
| author | jowong |
|---|---|
| date | Mon, 29 Oct 2018 11:24:34 -0400 |
| parents | |
| children |
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>
