comparison macros.xml @ 0:22e8485bc5f3 draft default tip

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