|
0
|
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>
|