view macros.xml @ 10:60a9ca72b006 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 950bc3657a7bd6975337324bd0f1d0e5c0afc0f4
author iuc
date Fri, 15 Mar 2024 15:25:55 +0000
parents 4ede01f01d20
children
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@">1</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>