Mercurial > repos > iuc > checkm2
changeset 3:304ac5b49dea draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/main/tools/checkm2/ commit 49c1bd60e5fb595e335a062ae36d9bfa21677081
author | iuc |
---|---|
date | Mon, 06 Oct 2025 13:12:43 +0000 |
parents | dd6cab3012e1 |
children | |
files | checkm2.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/checkm2.xml Mon Sep 29 19:35:58 2025 +0000 +++ b/checkm2.xml Mon Oct 06 13:12:43 2025 +0000 @@ -2,8 +2,8 @@ <description>Rapid assessment of genome bin quality using machine learning</description> <macros> <!-- enable tests and output assertions on update --> - <token name="@TOOL_VERSION@">1.0.2</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@TOOL_VERSION@">1.1.0</token> + <token name="@VERSION_SUFFIX@">0</token> <token name="@IDX_DATA_TABLE@">checkm2</token> </macros> <xrefs> @@ -36,7 +36,6 @@ <param name="database" type="select" label="Select reference genome" help="Checkm2 Diamond database"> <options from_data_table="@IDX_DATA_TABLE@"> <filter type="sort_by" column="2"/> - <filter type="regexp" column="1" value="1.0.2"/> </options> <validator type="no_options" message="No databases are available for this version of Checkm2. Please contact the Galaxy adminstrators to request one be installed."/> </param>