view macros.xml @ 0:2318765c8bea draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 01bf97e10e5491ec878cca24495d8125449dfc1e
author iuc
date Tue, 07 Jun 2016 17:25:09 -0400
parents
children 48811829d3fd
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="2.1.5">biom-format</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@VERSION@">2.1.5</token>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
            <exit_code range=":-1" />
        </stdio>
    </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>