comparison vt_macros.xml @ 0:7c2ef0170f03 draft default tip

planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
author bgruening
date Sat, 04 Jun 2016 12:44:06 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7c2ef0170f03
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="2015.11.10">vt</requirement>
5 <yield />
6 </requirements>
7 </xml>
8
9 <xml name="version_command">
10 <version_command><![CDATA[
11 vt @BINARY@ --help 2>&1 >/dev/null | head -n 1
12 ]]>
13 </version_command>
14 </xml>
15
16 <xml name="stdio">
17 <stdio>
18 <exit_code range="1:" />
19 <exit_code range=":-1" />
20 <regex match="Error:" />
21 <regex match="Exception:" />
22 </stdio>
23 </xml>
24
25 <token name="@VERSION@">0.2</token>
26
27 <token name="@CITATION@">------
28
29 **Citation**
30
31 If you use VT in your research, please cite the following project site:
32
33 https://github.com/atks/vt
34
35 </token>
36 <xml name="citations">
37 <citations>
38 <citation type="doi">10.1093/bioinformatics/btv112</citation>
39 <yield />
40 </citations>
41 </xml>
42 </macros>