view macros.xml @ 29:57e22d15fed9 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit a5926dec65ac1474e7b79685df5b9330601ef167-dirty
author thanhlv
date Tue, 22 Oct 2019 11:12:13 -0400
parents eb31dd5dc3ed
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">0.3</token>
    <xml name="requirements">
        <requirements>
            <container type="singularity">path/to/bin3c.sif</container>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>bin3C -V | grep -E -o "([0-9]\.[0-9])"</version_command>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s13059-019-1643-1</citation>
        </citations>
    </xml>
</macros>