diff vt_macros.xml @ 0:106dc0bf83c6 draft

Imported from capsule None
author bgruening
date Thu, 14 Aug 2014 07:41:51 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vt_macros.xml	Thu Aug 14 07:41:51 2014 -0400
@@ -0,0 +1,42 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="5c735ab14b5603d9f14da6ee0e63d86ba3779934">vt</requirement>
+            <yield />
+        </requirements>
+    </xml>
+
+    <xml name="version_command">
+        <version_command><![CDATA[
+            vt view --help 2>&1 >/dev/null | head -n 1
+        ]]>
+        </version_command>
+    </xml>
+
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" />
+            <exit_code range=":-1" />
+            <regex match="Error:" />
+            <regex match="Exception:" />
+        </stdio>
+    </xml>
+
+    <token name="@VERSION@">0.1</token>
+
+    <token name="@CITATION@">------
+
+**Citation**
+
+If you use VT in your research, please cite the following project site:
+
+https://github.com/atks/vt
+
+  </token>
+  <!--xml name="citations">
+    <citations>
+        <citation type="doi">10.1371/journal.pcbi.1003153</citation>
+        <yield />
+    </citations>
+  </xml-->
+</macros>