Mercurial > repos > thanhlv > snippy
diff macros.xml @ 0:42806c5a342d draft
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
| author | thanhlv |
|---|---|
| date | Tue, 25 Jun 2019 10:53:58 -0400 |
| parents | |
| children | 4e478a5f2742 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jun 25 10:53:58 2019 -0400 @@ -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>
