Mercurial > repos > galaxyp > meta_proteome_analyzer
changeset 2:ad3e9fdeabb7 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/meta_proteome_analyzer commit 02be64dadeda429d0cf96806b7013820d087d8b9"
| author | galaxyp |
|---|---|
| date | Mon, 14 Dec 2020 21:18:06 +0000 |
| parents | 7fdfbf042ec6 |
| children | d8d23dfcf68b |
| files | meta_proteome_analyzer.xml |
| diffstat | 1 files changed, 81 insertions(+), 38 deletions(-) [+] |
line wrap: on
line diff
--- a/meta_proteome_analyzer.xml Tue Apr 07 07:49:06 2020 -0400 +++ b/meta_proteome_analyzer.xml Mon Dec 14 21:18:06 2020 +0000 @@ -1,21 +1,36 @@ -<tool id="meta_proteome_analyzer" name="MetaProteomeAnalyzer" version="1.4.1+galaxy1"> +<tool id="meta_proteome_analyzer" name="MetaProteomeAnalyzer" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@"> <description> functional and taxonomic characterization of proteins </description> + <macros> + <token name="@TOOL_VERSION@">2.0.0</token> + <token name="@WRAPPER_VERSION@">0</token> + <xml name="test_output" token_name="" token_has_text=""> + <output name="output_PSMs"> + <assert_contents> + <has_text text="A2SPK1" /> + </assert_contents> + <yield/> + </output> + </xml> + </macros> <requirements> - <requirement type="package" version="1.4.1">mpa-portable</requirement> + <requirement type="package" version="@TOOL_VERSION@">mpa-portable</requirement> </requirements> - <command> + <stdio> + <regex match="Could not allocate metaspace" source="both" level="fatal_oom" description="Low space on device" /> + </stdio> + <command detect_errors="exit_code"> <