view macros.xml @ 16:bc451c12cd18 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
author iuc
date Thu, 01 Jun 2017 12:15:51 -0400
parents 457d00d0005d
children d2d010512422
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
        <requirement type="package" version="1.3.3">stringtie</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>