view macros.xml @ 1:70129c1e86a8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabuli commit 4bb153f5820d234c08ea0f21e3e59938d1ab10b9
author iuc
date Tue, 04 Jun 2024 12:18:48 +0000
parents b01d6b38f779
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">1.0.5</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">metabuli</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>metabuli | grep Version | sed 's/metabuli Version: //g'</version_command>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s41592-024-02273-y</citation>
        </citations>
    </xml>
</macros>