Mercurial > repos > iuc > stringtie
view macros.xml @ 22:ed3da12f8c37 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:04:29 -0400 |
parents | f4e465352f50 |
children | 7506ac12fecb |
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>