Mercurial > repos > iuc > stringtie
view macros.xml @ 26:d8424a4f39ed draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 7f649c10c5d874f466122af0d24803a4c6affabb
| author | iuc |
|---|---|
| date | Wed, 27 Jul 2022 09:27:31 +0000 |
| parents | 93404dcc9c96 |
| children | 95d141564e5d |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.1.7</token> <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">stringtie</requirement> <requirement type="package" version="1.14">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>
