diff --git a/src/nextflow.config b/src/nextflow.config index 51ba0609f048ed322146223b60e28346b9d20e0d..76baf8868053989a6057d93732ef54922f982a10 100644 --- a/src/nextflow.config +++ b/src/nextflow.config @@ -24,7 +24,7 @@ profiles { maxRetries = 3 executor = "slurm" queue = "Lake" - withLabel: process_single { + withLabel: big_mem_mono_cpus { cpus = 1 memory = "128GB" time = "24h"