Mercurial > repos > iuc > stringtie
view macros.xml @ 21:f4e465352f50 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a834a41c94d184df80e45ffa2339723826a075b1
author | iuc |
---|---|
date | Tue, 24 Jul 2018 10:23:19 -0400 |
parents | d2d010512422 |
children | ed3da12f8c37 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">1.3.4</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>