Mercurial > repos > iuc > krakentools_combine_kreports
diff macros.xml @ 0:d65105d99074 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 28a15bb06175426ba161f346dff983f3cdd0fc10
author | iuc |
---|---|
date | Mon, 13 Feb 2023 10:23:11 +0000 |
parents | |
children | 073c867c5244 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Feb 13 10:23:11 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>