Mercurial > repos > dfornika > snippy
view macros.xml @ 23:cbf0c0afc133 draft
planemo upload commit 60e2302cfac90d0c909ef61815aaaafaaad5816a-dirty
| author | dfornika |
|---|---|
| date | Mon, 17 Jun 2019 16:47:36 -0400 |
| parents | 3bbfe41787af |
| children | 62329bafeaef |
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>
