comparison macros.xml @ 0:aaa94e13ac60 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/progressivemauve commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:49:06 -0400
parents
children 272c6e61dd0c
comparison
equal deleted inserted replaced
-1:000000000000 0:aaa94e13ac60
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="2.4.0">progressivemauve</requirement>
6 <yield/>
7 </requirements>
8 </xml>
9 <token name="@WRAPPER_VERSION@">2.4.0</token>
10 <xml name="stdio">
11 <stdio>
12 <!-- Anything other than zero is an error -->
13 <exit_code range="1:"/>
14 <exit_code range=":-1"/>
15 <!-- In case the return code has not been set propery check stderr too -->
16 <regex match="Error:"/>
17 <regex match="Exception:"/>
18 </stdio>
19 </xml>
20 <xml name="citation">
21 <citations>
22 <citation type="doi">10.1371/journal.pone.0011147</citation>
23 </citations>
24 </xml>
25 </macros>