comparison macros.xml @ 0:5314e5d6f040 draft

Imported from capsule None
author bgruening
date Thu, 29 Jan 2015 07:53:17 -0500
parents
children 20344ce0c811
comparison
equal deleted inserted replaced
-1:000000000000 0:5314e5d6f040
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="8.22">gnu_coreutils</requirement>
5 <yield/>
6 </requirements>
7 </xml>
8 <token name="@BASE_VERSION@">1.0</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 <token name="@REFERENCES@">
20 <![CDATA[
21 ------
22
23 **Citation**
24
25 If you use this tool in Galaxy, please cite:
26
27 Bjoern A. Gruening (2014), `Galaxy wrapper <https://github.com/bgruening/galaxytools>`_
28
29 Assaf Gordon (gordon <at> cshl dot edu)
30 ]]>
31 </token>
32 <xml name="citations">
33 <citations>
34 <yield />
35 </citations>
36 </xml>
37 </macros>