diff --git a/src/nextflow.config b/src/nextflow.config index 6b90004adb6f0db125091c0979e0f7ff32449819..915cac7d46325746f26aa0d062020b9492b14515 100644 --- a/src/nextflow.config +++ b/src/nextflow.config @@ -9,7 +9,7 @@ psmn { maxRetries = 3 executor = "slurm" queue = "Lake" - withLabel: big_mem_mono_cpus { + withLabel: process_single { cpus = 1 memory = "128GB" time = "24h"