view macros.xml @ 10:0fc0f9cf035a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 69d542836dbce9261906bb0d1e7ef39f9712f4a3
author iuc
date Sun, 15 Dec 2024 09:09:57 +0000
parents bd0e53f3a891
children
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@">3</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>