view macros.xml @ 22:ae618321f34a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
author iuc
date Mon, 30 Jan 2023 12:01:28 +0000
parents 914cfcba0ec8
children 8eb8750070d4
line wrap: on
line source

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