diff macros.xml @ 0:519e0835abd7 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 92c58a65005708fbd56b27b86969c01a1258ddb9
author iuc
date Wed, 15 Mar 2023 18:18:27 +0000
parents
children f329328da134
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Mar 15 18:18:27 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>