view macros.xml @ 1:2c4b780eb9f9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
author iuc
date Thu, 23 May 2019 18:16:21 -0400
parents 101933e63fa8
children 7d3fa213c3d3
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.2.3</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>