diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vt_macros.xml	Sat Jun 04 12:44:06 2016 -0400
@@ -0,0 +1,42 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="2015.11.10">vt</requirement>
+            <yield />
+        </requirements>
+    </xml>
+
+    <xml name="version_command">
+        <version_command><![CDATA[
+            vt @BINARY@ --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.2</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.1093/bioinformatics/btv112</citation>
+            <yield />
+        </citations>
+    </xml>
+</macros>