Mercurial > repos > iuc > stringtie
view macros.xml @ 15:dd4df992d93d 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:37 -0400 |
parents | 76d290331481 |
children | eba36e001f45 |
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>