Mercurial > repos > iuc > gtdbtk_classify_wf
diff gtdbtk_classify_wf.xml @ 9:5c7ba3d85a01 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 0f5d58e0011fcfc9c772ba9392deaed186e045eb
author | iuc |
---|---|
date | Wed, 25 Sep 2024 06:56:25 +0000 |
parents | b907a3c0434f |
children | 4d9445dff47b |
line wrap: on
line diff
--- a/gtdbtk_classify_wf.xml Tue Sep 17 10:24:15 2024 +0000 +++ b/gtdbtk_classify_wf.xml Wed Sep 25 06:56:25 2024 +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 required GTDB version R207_v2. 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 207 or 214. Please contact your service administrator if this version is not available to select."> <options from_data_table="gtdbtk_database_versioned"> - <filter type="regexp" column="3" value="^2(07|14)$"/> + <filter type="regexp" column="version" value="^2(07|14)$"/> <validator type="no_options" message="No locally cached GTDB-Tk database is available"/> </options> </param>