comparison macros.xml @ 0:8e0ae5c594e7 draft default tip

"planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/cdo commit da614bb8e3e9b19a5167ff19b625a71d9976108a"
author climate
date Sat, 15 Jan 2022 23:20:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8e0ae5c594e7
1 <macros>
2 <token name="@TOOL_VERSION@">2.0.0</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 <xml name="cdo_requirements">
5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">cdo</requirement>
7 </requirements>
8 </xml>
9 <xml name="edam_ontology">
10 <edam_topics>
11 <edam_topic>topic_3318</edam_topic>
12 </edam_topics>
13 <edam_operations>
14 <edam_operation>operation_3438</edam_operation>
15 </edam_operations>
16 </xml>
17 <xml name="cdo_stdio">
18 <stdio>
19 <!-- Anything other than zero or one is an error -->
20 <exit_code range="2:" />
21 <exit_code range=":-1"/>
22 <!-- In case the return code has not been set propery check stderr too -->
23 <regex match="Error" />
24 <regex match="Exception" />
25 <regex match="Abort" />
26 </stdio>
27 </xml>
28 <xml name="citations">
29 <citations>
30 <citation type="doi">10.5281/zenodo.3539275</citation>
31 </citations>
32 </xml>
33 </macros>