view macros.xml @ 11:091bb5922a82 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
author iuc
date Fri, 09 Feb 2024 21:35:43 +0000
parents a4db66553a61
children d4d4e9febf5c
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.15</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">biomformat</xref>
        </xrefs>
    </xml>
    <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>