view macros.xml @ 17:1ebd14235b92 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit afa107c23e8eb889f0ed3469e2c897447be6bbf8"
author iuc
date Tue, 25 Feb 2020 18:07:47 -0500
parents eba36e001f45
children 258d696dbd7e
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1.1</token>
    <xml name="requirements">
        <requirements>
        <requirement type="package" version="@TOOL_VERSION@">stringtie</requirement>
        <requirement type="package" version="1.9">samtools</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
        </stdio>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s13059-019-1910-1</citation>
            <citation type="doi">10.1038/nbt.3122</citation>
            <yield />
        </citations>
    </xml>
    <xml name="version_command">
        <version_command>stringtie --version</version_command>
    </xml>
</macros>