From c8c5ecbe1c7f5c81db758f14e5aaff8b00b922ce Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Wed, 10 May 2023 15:02:32 +0200 Subject: [PATCH] nextflow.config: fix name for mono_cpus --- src/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextflow.config b/src/nextflow.config index 51ba060..76baf88 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" -- GitLab