comparison macros.xml @ 0:f3d4656ed57c draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit 0065dafe7bbd382bb995b28cc4089c9e4f4eeeb9
author rnateam
date Tue, 06 Dec 2016 12:33:31 -0500
parents
children cb8201484ad8
comparison
equal deleted inserted replaced
-1:000000000000 0:f3d4656ed57c
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement version="2.2.10">viennarna</requirement>
5 </requirements>
6 </xml>
7 <token name="@VERSION@">2.2.10</token>
8 <xml name="version_command">
9 <version_command>@EXECUTABLE@ --version</version_command>
10 </xml>
11
12 <xml name="stdio">
13 <stdio>
14 <exit_code range="1:" />
15 <exit_code range=":-1" />
16 <regex match="Error:" />
17 <regex match="Exception:" />
18 </stdio>
19 </xml>
20
21 <xml name="citations">
22 <citations>
23 <citation type="doi">10.1186/1748-7188-6-26</citation>
24 </citations>
25 </xml>
26 </macros>