view macros.xml @ 4:5e1240a87bcb draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 1a34951441a1cb223433f2e18fa51efc16a8f3db"
author iuc
date Mon, 18 Apr 2022 12:49:48 +0000
parents a3b86937ead6
children 4a6ee918c13a
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">biom-format</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">2.1.12</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">20.05</token>
    <xml name="version_command">
        <version_command>biom --version</version_command>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/2047-217X-1-7</citation>
            <yield/>
        </citations>
    </xml>
</macros>