comparison vt_macros.xml @ 0:106dc0bf83c6 draft

Imported from capsule None
author bgruening
date Thu, 14 Aug 2014 07:41:51 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:106dc0bf83c6
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="5c735ab14b5603d9f14da6ee0e63d86ba3779934">vt</requirement>
5 <yield />
6 </requirements>
7 </xml>
8
9 <xml name="version_command">
10 <version_command><![CDATA[
11 vt view --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.1</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.1371/journal.pcbi.1003153</citation>
39 <yield />
40 </citations>
41 </xml-->
42 </macros>