Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gtdb-tk #6337

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/gtdbtk/gtdbtk_classify_wf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ $advanced.force
]]></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>
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@">4</token>
<token name="@VERSION_SUFFIX@">5</token>
<token name="@PROFILE@">22.05</token>
<xml name="requirements">
<requirements>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
#drwxr-sr-x 4 gvk G-824019 4096 Apr 21 2021 pplacer/
#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 radii/
#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 taxonomy/
gtdbtk214 GTDB-Tk database v214 ${__HERE__}/gtdbtk214/
gtdbtk214 GTDB-Tk database 214 ${__HERE__}/gtdbtk214/
3 changes: 2 additions & 1 deletion tools/gtdbtk/tool_data_table_conf.xml.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<tables>
<!-- Locations of GTDB-Tk database versions 202 and higher -->
<table name="gtdbtk_database_versioned" comment_char="#">
<columns>value, name, version, path</columns>
<file path="tool-data/gtdbtk_database_versioned.loc" />
<file path="${__HERE__}/test-data/gtdbtk_database_versioned.loc.test" />
</table>
</tables>