changeset 12:3a16872c1088 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gtdbtk commit 23d1684b920dcacea678a7692695e6f89ea2a7b8
author iuc
date Tue, 23 Dec 2025 08:37:25 +0000
parents 272a67da0113
children
files gtdbtk_classify_wf.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtdbtk_classify_wf.xml	Wed Dec 10 18:58:28 2025 +0000
+++ b/gtdbtk_classify_wf.xml	Tue Dec 23 08:37:25 2025 +0000
@@ -37,9 +37,9 @@
     ]]></command>
     <inputs>
         <param name="input" type="data" format="fasta,fasta.gz" multiple="true" label="Fasta (Genome) files"/>
-        <param name="gtdbtk_db" type="select" label="GTDB-Tk database" help="This version of GTDB-Tk requires GTDB version 220. Please contact your service administrator if this version is not available to select.">
+        <param name="gtdbtk_db" type="select" label="GTDB-Tk database" help="This version of GTDB-Tk requires GTDB version 226. Please contact your service administrator if this version is not available to select.">
             <options from_data_table="gtdbtk_database_versioned">
-                <filter type="regexp" column="version" value="^22(0|6)$"/>
+                <filter type="regexp" column="version" value="^226$"/>
                 <validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
             </options>
         </param>