Mercurial > repos > iuc > snippy
comparison macros.xml @ 0:c9a8ef2aa380 draft
planemo upload commit b288d4f48e58e291bda17c5945c281348ee072c7
author | iuc |
---|---|
date | Fri, 16 Feb 2018 13:40:16 -0500 |
parents | |
children | 776ebd1239da |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c9a8ef2aa380 |
---|---|
1 <macros> | |
2 <xml name="requirements"> | |
3 <requirements> | |
4 <requirement type="package" version="@VERSION@">snippy</requirement> | |
5 <yield /> | |
6 </requirements> | |
7 </xml> | |
8 | |
9 <xml name="version_command"> | |
10 <version_command><![CDATA[snippy --version]]></version_command> | |
11 </xml> | |
12 | |
13 <token name="@VERSION@">3.2</token> | |
14 | |
15 <xml name="citations"> | |
16 <citations> | |
17 <citation type="bibtex">@UNPUBLISHED{Seemann2013, | |
18 author = "Seemann T", | |
19 title = "snippy: fast bacterial variant calling from NGS reads", | |
20 year = "2015", | |
21 note = "https://github.com/tseemann/snippy", | |
22 url = "https://github.com/tseemann/snippy"}</citation> | |
23 </citations> | |
24 </xml> | |
25 </macros> |