view macros.xml @ 16:eba36e001f45 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 7dbb0fbe5446140f40fed36e45f42ec8d34bbc78
author iuc
date Fri, 03 May 2019 11:05:13 -0400
parents dd4df992d93d
children 1ebd14235b92
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.3.6</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.1038/nbt.3122</citation>
            <yield />
        </citations>
    </xml>
    <xml name="version_command">
        <version_command>stringtie --version</version_command>
    </xml>
</macros>