File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/workflow_code Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ process GTDBTK_ON_MAGS {
92
92
-x fasta \\
93
93
--out_dir gtdbtk-out/ \\
94
94
--cpus ${ task.cpus} \\
95
- --pplacer_cpus 1
95
+ --skip_ani_screen
96
96
97
97
else
98
98
@@ -101,7 +101,7 @@ process GTDBTK_ON_MAGS {
101
101
-x fasta \\
102
102
--out_dir gtdbtk-out/ \\
103
103
--cpus ${ task.cpus} \\
104
- --pplacer_cpus 1
104
+ --skip_ani_screen
105
105
106
106
fi
107
107
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ profiles {
156
156
157
157
// Maximum number of jobs to submit in parallel
158
158
executor. queueSize = 20
159
- params. DB_ROOT = " .. /Reference_DBs"
159
+ params. DB_ROOT = " /full/path/to /Reference_DBs"
160
160
161
161
162
162
// Mount the databases to their predefined locations in the Biobakery container
@@ -402,7 +402,7 @@ process {
402
402
403
403
withName : GTDBTK_ON_MAGS {
404
404
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"
406
406
containerOptions = { params. containerEngine == " singularity" ? " -B \$ {PWD}:/data -B ${ gtdbtk_db_dir} :/refdata" : " -v \$ {PWD}:/data -v ${ gtdbtk_db_dir} :/refdata" }
407
407
cpus = 8
408
408
memory = " 600 GB"
You can’t perform that action at this time.
0 commit comments