diff macros.xml @ 0:e13b5be2de4e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit 2268c10b0cf71b1a1967ce84720137f01db24c3b
author iuc
date Tue, 07 Nov 2023 19:18:04 +0000
parents
children 5a9a6074d99b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Nov 07 19:18:04 2023 +0000
@@ -0,0 +1,21 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.2.1</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">seqsero2</requirement>
+        </requirements>
+    </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>