Mercurial > repos > iuc > qualimap_rnaseq
diff qualimap_macros.xml @ 3:35e00077ba61 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 25200b2c00364b3d371c14cb4624b246446e548b
author | iuc |
---|---|
date | Thu, 11 Jul 2024 14:42:15 +0000 |
parents | 43a1c3e1a4d0 |
children |
line wrap: on
line diff
--- a/qualimap_macros.xml Mon Jan 13 13:04:14 2020 -0500 +++ b/qualimap_macros.xml Thu Jul 11 14:42:15 2024 +0000 @@ -1,5 +1,6 @@ <macros> - <token name="@VERSION@">2.2.2d</token> + <token name="@VERSION@">2.3</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> @@ -7,7 +8,11 @@ <yield /> </requirements> </xml> - + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">qualimap</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>qualimap --help | grep 'QualiMap v.' | cut -d '.' -f 2-</version_command> </xml>