Skip to content

Commit

Permalink
Merge branch 'main' into gtdbv9
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jul 29, 2024
2 parents 633c7b3 + db21d7a commit aba8b30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/download.smk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import hashlib
import os
from pathlib import Path
from pathlib import Path

# this values are incuded in the snakefile
DBDIR = Path(config["database_dir"]).resolve()
Expand All @@ -18,7 +17,7 @@ CONDAENV = "../envs"

## GTDBTk

GTDB_VERSION = "V09_R200"
GTDB_VERSION = "V09_R220"
GTDB_DATA_URL = "https://data.gtdb.ecogenomic.org/releases/release220/220.0/auxillary_files/gtdbtk_package"
GTDBTK_DATA_PATH = DBDIR / ("GTDB_" + GTDB_VERSION)

Expand Down Expand Up @@ -70,7 +69,6 @@ rule extract_gtdb:
stderr="logs/download/gtdbtk_untar.err",
shell:
'( cat {input} | tar -xzvf - -C "{GTDBTK_DATA_PATH}" --strip 1 ) 2> {log.stderr} > {log.stdout} '
'( cat {input} | tar -xzvf - -C "{GTDBTK_DATA_PATH}" --strip 1 ) 2> {log.stderr} > {log.stdout} '


### end GTDBTk
Expand Down

0 comments on commit aba8b30

Please sign in to comment.