view macros.xml @ 4:e78e25d3b4bd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
author bgruening
date Tue, 31 May 2022 14:04:07 +0000
parents
children bc88856eddab
line wrap: on
line source

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