view macros.xml @ 5:7be22100e5e1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
author iuc
date Thu, 15 Jul 2021 17:16:33 +0000
parents 6519ebe25019
children dc027fa56d55
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">augustus</requirement>
            <yield />
        </requirements>
    </xml>

    <token name="@VERSION@">3.4.0</token>
    <token name="@SUFFIX_VERSION@">0</token>


    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btg1080</citation>
            <citation type="doi">10.1093/bioinformatics/btr010</citation>
            <citation type="doi">10.1093/bioinformatics/btn013</citation>
        </citations>
    </xml>

</macros>