comparison macros.xml @ 0:08256557922f draft

planemo upload commit 4720b3dfa114d790b597fef6ccf3c17e8c11e111
author devteam
date Tue, 13 Oct 2015 16:38:28 -0400
parents
children 8d09f8be269e
comparison
equal deleted inserted replaced
-1:000000000000 0:08256557922f
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="1.2.10">velvet</requirement>
6 </requirements>
7 </xml>
8 <token name="@WRAPPER_VERSION@">1.2.10</token>
9 <xml name="stdio">
10 <stdio>
11 <!-- Anything other than zero is an error -->
12 <exit_code range="1:"/>
13 <exit_code range=":-1"/>
14 <!-- In case the return code has not been set propery check stderr too -->
15 <regex match="Error:"/>
16 <regex match="Exception:"/>
17 </stdio>
18 </xml>
19 <xml name="citation">
20 <citations>
21 <citation type="doi">
22 10.1101/gr.074492.107
23 </citation>
24 </citations>
25 </xml>
26 </macros>
27