diff macros.xml @ 0:b01d6b38f779 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabuli commit d093bc33200eb4b4332e0b5845ef189e48fdb37a
author iuc
date Tue, 04 Jun 2024 11:49:21 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Jun 04 11:49:21 2024 +0000
@@ -0,0 +1,18 @@
+<macros>
+    <token name="@VERSION@">1.0.5</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@VERSION@">metabuli</requirement>
+        </requirements>
+    </xml>
+
+    <xml name="version_command">
+        <version_command>metabuli | grep Version | sed 's/metabuli Version: //g'</version_command>
+    </xml>
+
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1038/s41592-024-02273-y</citation>
+        </citations>
+    </xml>
+</macros>
\ No newline at end of file