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