diff macros.xml @ 0:d491c23394f9 draft default tip

"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/krakentools"
author jvolkening
date Thu, 30 Sep 2021 17:54:31 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Sep 30 17:54:31 2021 +0000
@@ -0,0 +1,35 @@
+<macros>
+
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">krakentools</requirement>
+        </requirements>
+    </xml>
+    <token name="@TOOL_VERSION@">1.2</token>
+    <token name="@VERSION_SUFFIX@">1</token>
+    <xml name="stdio">
+        <stdio>
+        <!-- Anything other than zero is an error -->
+        <exit_code range="1:"/>
+        <exit_code range=":-1"/>
+        <!-- In case the return code has not been set propery check stderr too -->
+        <regex match="Error:"/>
+        <regex match="Exception:"/>
+        </stdio>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+            @misc{Lu2021,
+            author = {Lu, Jennifer},
+            year = {2021},
+            title = {KrakenTools},
+            publisher = {GitHub},
+            journal = {GitHub repository},
+            url = {https://github.com/jenniferlu717/KrakenTools},
+            }
+            </citation>
+        </citations>
+    </xml>
+
+</macros>