diff macros.xml @ 0:b42eb9ff6a8c draft

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9260aa02a5f703bce63d2db5b69003df9be371ac
author jvolkening
date Fri, 08 Mar 2024 00:47:53 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Mar 08 00:47:53 2024 +0000
@@ -0,0 +1,15 @@
+<macros>
+    <xml name="version_command">
+        <version_command>@TOOL_NAME@ --version | perl -wpe 's/.+@TOOL_NAME@ v//'</version_command>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="0.019">b2b-utils</requirement>
+            <yield />
+        </requirements>
+    </xml>
+    <xml name="requirement_pigz">
+        <requirement type="package" version="2.8">pigz</requirement>
+    </xml>
+    <token name="@PIPE_PIGZ@">| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time</token>
+</macros>