Skip to content

Commit d2cfbdf

Browse files
committed
Updated GTDBTK
1 parent a4df49d commit d2cfbdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/workflow_code/modules/summarize_MAG.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ process GTDBTK_ON_MAGS {
9292
-x fasta \\
9393
--out_dir gtdbtk-out/ \\
9494
--cpus ${task.cpus} \\
95-
--pplacer_cpus 1
95+
--skip_ani_screen
9696
9797
else
9898
@@ -101,7 +101,7 @@ process GTDBTK_ON_MAGS {
101101
-x fasta \\
102102
--out_dir gtdbtk-out/ \\
103103
--cpus ${task.cpus} \\
104-
--pplacer_cpus 1
104+
--skip_ani_screen
105105
106106
fi
107107

Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/workflow_code/nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ profiles {
156156

157157
// Maximum number of jobs to submit in parallel
158158
executor.queueSize = 20
159-
params.DB_ROOT = "../Reference_DBs"
159+
params.DB_ROOT = "/full/path/to/Reference_DBs"
160160

161161

162162
// Mount the databases to their predefined locations in the Biobakery container
@@ -402,7 +402,7 @@ process {
402402

403403
withName: GTDBTK_ON_MAGS {
404404
conda = {params.conda.gtdbtk != null ? params.conda.gtdbtk : "envs/gtdb-tk.yaml.yaml"}
405-
container = "quay.io/biocontainers/gtdbtk:1.5.0--pyhdfd78af_0"
405+
container = "quay.io/biocontainers/gtdbtk:2.4.0--pyhdfd78af_1" // "quay.io/biocontainers/gtdbtk:1.5.0--pyhdfd78af_0"
406406
containerOptions = { params.containerEngine == "singularity" ? "-B \${PWD}:/data -B ${gtdbtk_db_dir}:/refdata" : "-v \${PWD}:/data -v ${gtdbtk_db_dir}:/refdata" }
407407
cpus = 8
408408
memory = "600 GB"

0 commit comments

Comments
 (0)