diff macros.xml @ 0:fc2077c654fb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
author iuc
date Fri, 13 Jan 2023 13:21:51 +0000
parents
children c254d75b8b67
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Jan 13 13:21:51 2023 +0000
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">1.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.01</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">krakentools</xref>
+        </xrefs>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">krakentools</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    <xml name="version">
+        <version_command></version_command>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1038/s41596-022-00738-y</citation>
+        </citations>
+    </xml>
+    <xml name="param_level">
+        <param argument="--level" type="select" label="Specify which level to measure at">
+            <option value="all" selected="true">All</option>
+            <option value="S">Species</option>
+            <option value="G">Genera</option>
+            <option value="F">Family</option>
+            <option value="O">Order</option>
+        </param>
+    </xml>
+</macros>