Mercurial > repos > galaxyp > openms_percolatoradapter
comparison macros.xml @ 9:02796e3ddec1 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author | galaxyp |
---|---|
date | Fri, 14 Jun 2024 21:34:28 +0000 |
parents | 016964c597f5 |
children |
comparison
equal
deleted
inserted
replaced
8:016964c597f5 | 9:02796e3ddec1 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
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.8</token> | 6 <token name="@TOOL_VERSION@">3.1</token> |
7 <token name="@VERSION_SUFFIX@">0</token> | 7 <token name="@VERSION_SUFFIX@">0</token> |
8 <token name="@TEST_DATA_LOCATION@"/> | |
8 <xml name="requirements"> | 9 <xml name="requirements"> |
9 <requirements> | 10 <requirements> |
10 <requirement type="package" version="@TOOL_VERSION@">openms</requirement> | 11 <requirement type="package" version="@TOOL_VERSION@">openms</requirement> |
11 <requirement type="package" version="@TOOL_VERSION@">openms-thirdparty</requirement> | 12 <requirement type="package" version="@TOOL_VERSION@">openms-thirdparty</requirement> |
12 <!-- omssa (which has been excluded from 3rdparty) and makeblastdb for OMSSAAdapter --> | 13 <!-- omssa (which has been excluded from 3rdparty) and makeblastdb for OMSSAAdapter --> |
13 <requirement type="package" version="2.1.9">omssa</requirement> | 14 <requirement type="package" version="2.14.1">blast</requirement> |
14 <requirement type="package" version="2.13.0">blast</requirement> | |
15 <!--<requirement type="package" version="5.0.0">tpp</requirement>--> | 15 <!--<requirement type="package" version="5.0.0">tpp</requirement>--> |
16 <!-- for realpath (used e.g. in LuciphorAdapter) --> | 16 <!-- for realpath (used e.g. in LuciphorAdapter) --> |
17 <!--<requirement type="package" version="8.25">coreutils</requirement>--> | 17 <!--<requirement type="package" version="8.25">coreutils</requirement>--> |
18 <requirement type="package" version="1.4">ctdopts</requirement> | 18 <requirement type="package" version="1.5">ctdopts</requirement> |
19 <yield/> | 19 <yield/> |
20 </requirements> | 20 </requirements> |
21 </xml> | 21 </xml> |
22 <xml name="stdio"> | 22 <xml name="stdio"> |
23 <stdio> | 23 <stdio> |
24 <regex match="std::bad_alloc" level="fatal_oom" description="Could not allocate memory"/> | 24 <regex match="std::bad_alloc" level="fatal_oom" description="Could not allocate memory"/> |
25 <regex match="OutOfMemoryError" level="fatal_oom" description="Could not allocate memory"/> | 25 <regex match="OutOfMemoryError" level="fatal_oom" description="Could not allocate memory"/> |
26 <regex match="Could not allocate metaspace" level="fatal_oom" description="Java memory Exception"/> | 26 <regex match="Could not allocate metaspace" level="fatal_oom" description="Java memory Exception"/> |
27 <regex match="Cannot create VM thread" level="fatal_oom" description="Java memory Exception"/> | 27 <regex match="Cannot create VM thread" level="fatal_oom" description="Java memory Exception"/> |
28 <regex match="qUncompress: could not allocate enough memory to uncompress data" level="fatal_oom" description="Java memory Exception"/> | 28 <regex match="qUncompress: could not allocate enough memory to uncompress data" level="fatal_oom" description="Java memory Exception"/> |
29 <regex match="OMSSA ran out of RAM" level="fatal_oom" description="Could not allocate memory"/> | |
30 <regex match="comet' crashed hard (segfault-like). Please check the log." level="fatal_oom" description="Could not allocate memory"/> | |
29 </stdio> | 31 </stdio> |
30 </xml> | 32 </xml> |
31 <xml name="references"> | 33 <xml name="references"> |
32 <citations> | 34 <citations> |
33 <citation type="doi">doi:10.1186/1471-2105-9-163</citation> | 35 <citation type="doi">doi:10.1186/1471-2105-9-163</citation> |
111 #return " ".join($s) | 113 #return " ".join($s) |
112 #end def | 114 #end def |
113 </token> | 115 </token> |
114 | 116 |
115 <token name="@EXT_FOO@"><![CDATA[#def oms2gxyext(o) | 117 <token name="@EXT_FOO@"><![CDATA[#def oms2gxyext(o) |
116 #set m={'txt': 'txt', 'tsv': 'tabular', 'bioml': 'xml', 'consensusXML': 'consensusxml', 'csv': 'csv', 'dta': 'dta', 'dta2d': 'dta2d', 'edta': 'edta', 'fa': 'fasta', 'fas': 'fasta', 'fasta': 'fasta', 'FASTA': 'fasta', 'featureXML': 'featurexml', 'featurexml': 'featurexml', 'html': 'html', 'HTML': 'html', 'idXML': 'idxml', 'json': 'json', 'kroenik': 'kroenik', 'mascotXML': 'mascotxml', 'mgf': 'mgf', 'mrm': 'mrm', 'ms': 'sirius.ms', 'ms2': 'ms2', 'msp': 'msp', 'mzData': 'mzdata', 'mzid': 'mzid', 'mzML': 'mzml', 'mzml': 'mzml', 'mzq': 'mzq', 'mzQC': 'mzqc', 'mzTab': 'mztab', 'mzXML': 'mzxml', 'novor': 'txt', 'obo': 'obo', 'oms': 'sqlite', 'omssaXML': 'idxml', 'osw': 'osw', 'OSW': 'osw', 'params': 'txt', 'paramXML': 'paramxml', 'peplist': 'peplist', 'pep.xml': 'pepxml', 'pepXML': 'pepxml', 'png': 'png', 'PNG': 'png', 'protXML': 'protxml', 'psms': 'psms', 'pqp': 'pqp', 'qcML': 'qcml', 'spec.xml': 'spec.xml', 'splib': 'splib', 'sqMass': 'sqmass', 'tandem.xml': 'tandem', 'trafoXML': 'trafoxml', 'traML': 'traml', 'TraML': 'traml', 'tab': 'tabular', 'raw': 'thermo.raw', 'xls': 'tsv', 'XML': 'xml', 'xml': 'xml', 'xquest.xml': 'xquest.xml', 'xsd': 'xml'} | 118 #set m={'txt': 'txt', 'tsv': 'tabular', 'bioml': 'xml', 'consensusXML': 'consensusxml', 'csv': 'csv', 'dta': 'dta', 'dta2d': 'dta2d', 'edta': 'edta', 'fa': 'fasta', 'fas': 'fasta', 'fasta': 'fasta', 'FASTA': 'fasta', 'featureXML': 'featurexml', 'featurexml': 'featurexml', 'html': 'html', 'HTML': 'html', 'idXML': 'idxml', 'json': 'json', 'kroenik': 'kroenik', 'mascotXML': 'mascotxml', 'mgf': 'mgf', 'mrm': 'mrm', 'ms': 'sirius.ms', 'ms2': 'ms2', 'msp': 'msp', 'mzData': 'mzdata', 'mzid': 'mzid', 'mzML': 'mzml', 'mzml': 'mzml', 'mzq': 'mzq', 'mzQC': 'mzqc', 'mzTab': 'mztab', 'mzXML': 'mzxml', 'novor': 'txt', 'obo': 'obo', 'oms': 'sqlite', 'omssaXML': 'idxml', 'osw': 'osw', 'OSW': 'osw', 'params': 'txt', 'paramXML': 'paramxml', 'peplist': 'peplist', 'pep.xml': 'pepxml', 'pepXML': 'pepxml', 'png': 'png', 'PNG': 'png', 'protXML': 'protxml', 'psms': 'psms', 'pqp': 'pqp', 'qcML': 'qcml', 'spec.xml': 'spec.xml', 'splib': 'splib', 'sqMass': 'sqmass', 'tandem.xml': 'tandem', 'trafoXML': 'trafoxml', 'traML': 'traml', 'TraML': 'traml', 'tab': 'tabular', 'raw': 'thermo.raw', 'xls': 'tsv', 'XML': 'xml', 'xml': 'xml', 'xquest.xml': 'xquest.xml', 'xsd': 'xsd', 'zip': 'zip'} |
117 #return m[o] | 119 #return m[o] |
118 #end def | 120 #end def |
119 #def gxy2omsext(g) | 121 #def gxy2omsext(g) |
120 #set m={'txt': 'txt', 'tabular': 'tsv', 'xml': 'bioml', 'consensusxml': 'consensusXML', 'csv': 'csv', 'dta': 'dta', 'dta2d': 'dta2d', 'edta': 'edta', 'fasta': 'fa', 'featurexml': 'featureXML', 'html': 'html', 'idxml': 'idXML', 'json': 'json', 'kroenik': 'kroenik', 'mascotxml': 'mascotXML', 'mgf': 'mgf', 'mrm': 'mrm', 'sirius.ms': 'ms', 'ms2': 'ms2', 'msp': 'msp', 'mzdata': 'mzData', 'mzid': 'mzid', 'mzml': 'mzML', 'mzq': 'mzq', 'mzqc': 'mzQC', 'mztab': 'mzTab', 'mzxml': 'mzXML', 'obo': 'obo', 'sqlite': 'oms', 'osw': 'osw', 'paramxml': 'paramXML', 'peff': 'fasta', 'peplist': 'peplist', 'pepxml': 'pep.xml', 'png': 'png', 'protxml': 'protXML', 'psms': 'psms', 'pqp': 'pqp', 'qcml': 'qcML', 'spec.xml': 'spec.xml', 'splib': 'splib', 'sqmass': 'sqMass', 'tandem': 'tandem.xml', 'trafoxml': 'trafoXML', 'traml': 'traML', 'thermo.raw': 'raw', 'tsv': 'xls', 'xquest.xml': 'xquest.xml'} | 122 #set m={'txt': 'txt', 'tabular': 'tsv', 'xml': 'bioml', 'consensusxml': 'consensusXML', 'csv': 'csv', 'dta': 'dta', 'dta2d': 'dta2d', 'edta': 'edta', 'fasta': 'fa', 'featurexml': 'featureXML', 'html': 'html', 'idxml': 'idXML', 'json': 'json', 'kroenik': 'kroenik', 'mascotxml': 'mascotXML', 'mgf': 'mgf', 'mrm': 'mrm', 'sirius.ms': 'ms', 'ms2': 'ms2', 'msp': 'msp', 'mzdata': 'mzData', 'mzid': 'mzid', 'mzml': 'mzML', 'mzq': 'mzq', 'mzqc': 'mzQC', 'mztab': 'mzTab', 'mzxml': 'mzXML', 'obo': 'obo', 'sqlite': 'oms', 'osw': 'osw', 'paramxml': 'paramXML', 'peff': 'fasta', 'peplist': 'peplist', 'pepxml': 'pep.xml', 'png': 'png', 'protxml': 'protXML', 'psms': 'psms', 'pqp': 'pqp', 'qcml': 'qcML', 'spec.xml': 'spec.xml', 'splib': 'splib', 'sqmass': 'sqMass', 'tandem': 'tandem.xml', 'trafoxml': 'trafoXML', 'traml': 'traML', 'thermo.raw': 'raw', 'tsv': 'xls', 'xquest.xml': 'xquest.xml', 'xsd': 'xsd', 'zip': 'zip'} |
121 #return m[g] | 123 #return m[g] |
122 #end def | 124 #end def |
123 ]]></token></macros> | 125 ]]></token></macros> |