view macros.xml @ 7:d20f1fcea690 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4
author iuc
date Fri, 04 Oct 2024 11:31:56 +0000
parents 5af61f933b81
children e84be01deb95
line wrap: on
line source

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

    <token name="@TOOL_VERSION@">3.4.0</token>
    <token name="@VERSION_SUFFIX@">2</token>
    <token name="@PROFILE@">23.1</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>