Skip to content

Commit

Permalink
Merge pull request #6336 from galaxyproject/path-gtdb-db-filter
Browse files Browse the repository at this point in the history
Fix the filter for the GTDB-Tk version
  • Loading branch information
bgruening committed Sep 17, 2024
2 parents c4750d8 + f047182 commit 1a74552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 required GTDB version R207_v2. 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="^v2(07|14)$"/>
<filter type="regexp" column="3" value="^2(07|14)$"/>
<validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
</options>
</param>
Expand Down
2 changes: 1 addition & 1 deletion tools/gtdbtk/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">2.3.2</token>
<token name="@VERSION_SUFFIX@">3</token>
<token name="@VERSION_SUFFIX@">4</token>
<token name="@PROFILE@">22.05</token>
<xml name="requirements">
<requirements>
Expand Down

0 comments on commit 1a74552

Please sign in to comment.