view macros.xml @ 4:ff46c0cea2f7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
author iuc
date Sat, 23 Oct 2021 21:25:27 +0000
parents 48811829d3fd
children 7594c209a24b
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.10</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>