Mercurial > repos > galaxyp > openms_idposteriorerrorprobability
comparison macros.xml @ 17:6f6c1cb968a0 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3cafa1cc1ea87eb7a0dc0e7aae013780c3565178"
author | galaxyp |
---|---|
date | Sat, 05 Dec 2020 19:49:57 +0000 |
parents | b4d8ee7c503c |
children | 6daaa75ccb99 |
comparison
equal
deleted
inserted
replaced
16:b4d8ee7c503c | 17:6f6c1cb968a0 |
---|---|
2 <!-- CTD2Galaxy depends on this file and on the stdio, advanced_options macros! | 2 <!-- CTD2Galaxy depends on this file and on the stdio, advanced_options macros! |
3 You can edit this file to add your own macros, if you so desire, or you can | 3 You can edit this file to add your own macros, if you so desire, or you can |
4 add additional macro files using the m/macros parameter --> | 4 add additional macro files using the m/macros parameter --> |
5 <macros> | 5 <macros> |
6 <token name="@TOOL_VERSION@">2.6</token> | 6 <token name="@TOOL_VERSION@">2.6</token> |
7 <token name="@GALAXY_VERSION@">0</token> | |
8 <xml name="requirements"> | 7 <xml name="requirements"> |
9 <requirements> | 8 <requirements> |
10 <requirement type="package" version="@TOOL_VERSION@">openms</requirement> | 9 <requirement type="package" version="@TOOL_VERSION@">openms</requirement> |
11 <requirement type="package" version="@TOOL_VERSION@">openms-thirdparty</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">openms-thirdparty</requirement> |
12 <!-- makeblastdb for OMSSAAdapter --> | 11 <!-- makeblastdb for OMSSAAdapter --> |
19 </requirements> | 18 </requirements> |
20 </xml> | 19 </xml> |
21 <xml name="stdio"> | 20 <xml name="stdio"> |
22 <stdio> | 21 <stdio> |
23 <regex match="std::bad_alloc" level="fatal_oom" description="Could not allocate memory"/> | 22 <regex match="std::bad_alloc" level="fatal_oom" description="Could not allocate memory"/> |
23 <regex match="OutOfMemoryError" level="fatal_oom" description="Could not allocate memory"/> | |
24 <regex match="Could not allocate metaspace" level="fatal_oom" description="Java memory Exception"/> | 24 <regex match="Could not allocate metaspace" level="fatal_oom" description="Java memory Exception"/> |
25 <regex match="Cannot create VM thread" level="fatal_oom" description="Java memory Exception"/> | 25 <regex match="Cannot create VM thread" level="fatal_oom" description="Java memory Exception"/> |
26 <regex match="qUncompress: could not allocate enough memory to uncompress data" level="fatal_oom" description="Java memory Exception"/> | 26 <regex match="qUncompress: could not allocate enough memory to uncompress data" level="fatal_oom" description="Java memory Exception"/> |
27 </stdio> | 27 </stdio> |
28 </xml> | 28 </xml> |