diff macros.xml @ 0:f7f22f0db880 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit eaa07f4ff143aeba209c9efdf5f6ffb292119eb0
author iuc
date Mon, 06 Oct 2025 14:53:34 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Oct 06 14:53:34 2025 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.3.2</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">seqsero2</requirement>
+        </requirements>
+    </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">seqsero2</xref>
+        </xrefs>
+    </xml>
+    <macro name="select_workflow_type">
+        <param argument="-m" type="select" name="workflow" label="Workflow">
+            <option value="a" selected="true">allele</option>
+            <option value="k">k-mer</option>
+        </param>
+    </macro>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">
+                https://doi.org/10.1128/AEM.01746-19
+            </citation>
+        </citations>
+    </xml>
+</macros>