diff macros.xml @ 0:58c5e5a3f5cb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
author iuc
date Thu, 11 Sep 2025 10:22:01 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Sep 11 10:22:01 2025 +0000
@@ -0,0 +1,23 @@
+<macros>
+    <token name="@TOOL_VERSION@">2.3</token>
+    <token name="@PROFILE@">23.2</token>
+    <token name="@INTYPES@">fasta,fasta.gz,fastqsanger,fastqsanger.gz</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
+        </requirements>
+    </xml>
+    <xml name="xref">
+        <xrefs>
+            <xref type="bio.tools">mash</xref>
+        </xrefs>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1186/s13059-016-0997-x</citation>
+        </citations>
+    </xml>
+    <xml name="version_command">
+        <version_command>mash --version</version_command>
+    </xml>
+</macros>