diff macros.xml @ 12:f70601406e0e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
author iuc
date Mon, 18 Jul 2016 06:53:19 -0400
parents
children fde005a389b1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Jul 18 06:53:19 2016 -0400
@@ -0,0 +1,22 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+        <requirement type="package" version="1.2.3">stringtie</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" />
+        </stdio>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1038/nbt.3122</citation>
+            <yield />
+        </citations>
+    </xml>
+    <xml name="version_command">
+        <version_command>stringtie --version</version_command>
+    </xml>
+</macros>
\ No newline at end of file