Mercurial > repos > galaxyp > eggnog_mapper
diff eggnog_macros.xml @ 11:5a30ae278db0 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit 75035b2919ce95fa8d3b785d86c7c7c9da531db2
author | galaxyp |
---|---|
date | Mon, 20 Jun 2022 12:49:52 +0000 |
parents | 96cac424c870 |
children | 9d1fbff733cf |
line wrap: on
line diff
--- a/eggnog_macros.xml Tue Jun 07 14:56:44 2022 +0000 +++ b/eggnog_macros.xml Mon Jun 20 12:49:52 2022 +0000 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <macros> - <token name="@VERSION@">2.1.6</token> + <token name="@TOOL_VERSION@">2.1.8</token> + <token name="@VERSION_SUFFIX@">2.1.8</token> <token name="@EGGNOG_DB_VERSION@">5.0.2</token> <!-- # DB versionning was super confusing for eggnog-mapper 2.0.x: @@ -18,7 +19,7 @@ </xml> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">eggnog-mapper</requirement> + <requirement type="package" version="@TOOL_VERSION@">eggnog-mapper</requirement> </requirements> </xml> <xml name="version_command"> @@ -63,4 +64,10 @@ </output> </test> </xml> + <xml name="stdout_assertion"> + <assert_stdout> + <has_line line="# emapper-@TOOL_VERSION@"/> + <has_line line="FINISHED"/> + </assert_stdout> + </xml> </macros>