view macros.xml @ 8:99da8dc2b590 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/ariba commit 067b5a6a02d5f04c2155b45eed5df257a1360645-dirty
author thanhlv
date Wed, 20 Feb 2019 10:26:18 -0500
parents 8beb2af51dc5
children e613afbb9e7a
line wrap: on
line source

<macros>
    <token name="@VERSION@">2.13.2</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">ariba</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>ariba version | head -n 1</version_command>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1099/mgen.0.000131</citation>
        </citations>
    </xml>
</macros>