view macros.xml @ 5:bc88856eddab draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
author bgruening
date Tue, 05 Jul 2022 10:37:38 +0000
parents e78e25d3b4bd
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">6.1.1</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">antismash</requirement>
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">antismash</xref>
        </xrefs>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">>10.1093/nar/gkv437</citation>
        </citations>
    </xml>
    <xml name="genefinding">
        <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding"
            help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding">
            <yield/>
            <option value="glimmerhmm">GlimmerHMM</option>
            <option value="none">None</option>
            <option value="error">Error</option>
        </param>
    </xml>
</macros>