view macros.xml @ 2:e95aceb0e32c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit 1e318b6d3a3931e98358b5cb63a007b272648c0c
author iuc
date Tue, 09 Apr 2024 07:45:15 +0000
parents 5a9a6074d99b
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.3.1</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>