Mercurial > repos > iuc > checkm2
changeset 1:66acaec9f386 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/main/tools/checkm2/ commit 09cdebd1cf679e0e41dbc529b86d5f148ebec3a2
author | iuc |
---|---|
date | Thu, 20 Mar 2025 06:47:18 +0000 |
parents | 0f5f7fa9c08f |
children | |
files | checkm2.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/checkm2.xml Sun Jan 19 18:48:22 2025 +0000 +++ b/checkm2.xml Thu Mar 20 06:47:18 2025 +0000 @@ -3,7 +3,7 @@ <macros> <!-- enable tests and output assertions on update --> <token name="@TOOL_VERSION@">1.0.2</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@IDX_DATA_TABLE@">checkm2</token> </macros> <xrefs> @@ -36,6 +36,7 @@ <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>