comparison macros.xml @ 12:f70601406e0e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
author iuc
date Mon, 18 Jul 2016 06:53:19 -0400
parents
children fde005a389b1
comparison
equal deleted inserted replaced
11:52f55ad3dee2 12:f70601406e0e
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="1.2.3">stringtie</requirement>
5 <yield/>
6 </requirements>
7 </xml>
8 <xml name="stdio">
9 <stdio>
10 <exit_code range="1:" />
11 </stdio>
12 </xml>
13 <xml name="citations">
14 <citations>
15 <citation type="doi">10.1038/nbt.3122</citation>
16 <yield />
17 </citations>
18 </xml>
19 <xml name="version_command">
20 <version_command>stringtie --version</version_command>
21 </xml>
22 </macros>