Skip to content

Commit 6525c21

Browse files
authored
Merge pull request #5012 from planemo-autoupdate/tools/gtdbtk
Updating tools/gtdbtk from version 1.7.0 to 2.4.0
2 parents 4bc3ef8 + 8fc8bbd commit 6525c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/gtdbtk/gtdbtk_classify_wf.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $advanced.force
3939
<param name="input" type="data" format="fasta,fasta.gz" multiple="true" label="Fasta (Genome) files"/>
4040
<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.">
4141
<options from_data_table="gtdbtk_database_versioned">
42-
<filter type="regexp" column="version" value="^2(07|14)$"/>
42+
<filter type="regexp" column="version" value="^220$"/>
4343
<validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
4444
</options>
4545
</param>

tools/gtdbtk/macros.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">2.3.2</token>
3-
<token name="@VERSION_SUFFIX@">5</token>
2+
<token name="@TOOL_VERSION@">2.4.0</token>
3+
<token name="@VERSION_SUFFIX@">0</token>
44
<token name="@PROFILE@">22.05</token>
55
<xml name="requirements">
66
<requirements>

0 commit comments

Comments
 (0)