view macros.xml @ 0:bc508fe30940 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:22:07 +0000
parents
children 2deaada69b14
line wrap: on
line source

<?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>