view macros.xml @ 23:8eb8750070d4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
author iuc
date Tue, 30 Apr 2024 11:53:08 +0000
parents ae618321f34a
children cbf488da3b2c
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.2.2</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xml name="requirements">
        <requirements>
        <requirement type="package" version="@TOOL_VERSION@">stringtie</requirement>
        <requirement type="package" version="1.20">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>