Mercurial > repos > devteam > velvet
comparison macros.xml @ 2:8d09f8be269e draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/velvet commit c5031ee00f5d61be43d2d6a1349870d6c8a817de"
author | iuc |
---|---|
date | Tue, 16 Jun 2020 12:58:20 -0400 |
parents | 08256557922f |
children |
comparison
equal
deleted
inserted
replaced
1:5da9a0e2fb2d | 2:8d09f8be269e |
---|---|
7 </xml> | 7 </xml> |
8 <token name="@WRAPPER_VERSION@">1.2.10</token> | 8 <token name="@WRAPPER_VERSION@">1.2.10</token> |
9 <xml name="stdio"> | 9 <xml name="stdio"> |
10 <stdio> | 10 <stdio> |
11 <!-- Anything other than zero is an error --> | 11 <!-- Anything other than zero is an error --> |
12 <exit_code range="1:"/> | 12 <exit_code level="fatal" range="1:"/> |
13 <exit_code range=":-1"/> | 13 <exit_code level="fatal" range=":-1"/> |
14 <!-- In case the return code has not been set propery check stderr too --> | 14 <!-- In case the return code has not been set propery check stderr too --> |
15 <regex match="Error:"/> | 15 <regex level="fatal" match="Error:" source="both" /> |
16 <regex match="Exception:"/> | 16 <regex level="fatal" match="Exception:" source="both" /> |
17 <regex level="fatal_oom" match="Can't calloc" source="both" /> | |
17 </stdio> | 18 </stdio> |
18 </xml> | 19 </xml> |
19 <xml name="citation"> | 20 <xml name="citation"> |
20 <citations> | 21 <citations> |
21 <citation type="doi"> | 22 <citation type="doi"> |