Skip to content

Commit

Permalink
Update annotation.smk to pin to gtdb 220
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRH authored Jun 2, 2024
1 parent b78f41f commit 62c7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/modules/annotation/annotation.smk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rule download_gtdb:
'GTDBTK_DATA_PATH={params.gtdbtk_folder}; '
'mkdir -p {params.gtdbtk_folder}; '
# Configuration
'DB_URL="https://data.gtdb.ecogenomic.org/releases/latest/auxillary_files/gtdbtk_package/full_package/gtdbtk_data.tar.gz"; '
'DB_URL="https://data.gtdb.ecogenomic.org/releases/release220/220.0/auxillary_files/gtdbtk_package/full_package/gtdbtk_r220_data.tar.gz"; '
'TARGET_TAR_NAME="gtdbtk_data.tar.gz"; '

# Script variables (no need to configure)
Expand Down

0 comments on commit 62c7746

Please sign in to comment.