view macros.xml @ 11:534814b64234 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit b8194e4d746760fff7a7c5bb9c41df28089d9782
author iuc
date Thu, 17 Jul 2025 09:06:01 +0000
parents 0fc0f9cf035a
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.5.0</token>
    <token name="@VERSION_SUFFIX@">0</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>