view macros.xml @ 1:5a9a6074d99b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit 4901219c5bfae075a98e7ffe0a6cfd3a1331036b
author iuc
date Mon, 11 Mar 2024 15:42:58 +0000
parents e13b5be2de4e
children e95aceb0e32c
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.2.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>