view macros.xml @ 3:b22d0eb5274c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit eaa07f4ff143aeba209c9efdf5f6ffb292119eb0
author iuc
date Mon, 06 Oct 2025 14:53:47 +0000
parents e95aceb0e32c
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.3.2</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">seqsero2</requirement>
        </requirements>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">seqsero2</xref>
        </xrefs>
    </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>