Skip to content

Commit

Permalink
Change expected db version
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Sep 26, 2024
1 parent ee59db3 commit 8fc8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gtdbtk/gtdbtk_classify_wf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $advanced.force
<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 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="version" value="^2(07|14)$"/>
<filter type="regexp" column="version" value="^220$"/>
<validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
</options>
</param>
Expand Down

0 comments on commit 8fc8bbd

Please sign in to comment.