view macros.xml @ 7:9a019e7a150a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit ecebab288909d75a9f6e86d34a5c85e246678ab2
author iuc
date Wed, 15 Jun 2022 18:59:31 +0000
parents 5dcc6ed221e2
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">2.22.0</token>

    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">mlst</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>mlst --version</version_command>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @UNPUBLISHED{Seemann2016,
                    author = "Seemann T",
                    title = "MLST: Scan contig files against PubMLST typing schemes",
                    year = "2016",
                    url = {https://github.com/tseemann/mlst}
                }
            </citation>
        </citations>
    </xml>
</macros>