From b8f5bb4e3ee1a47459a4c987b658f57394869809 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Wed, 29 Mar 2023 13:56:53 +0200 Subject: [PATCH] update nf config --- src/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextflow.config b/src/nextflow.config index 6b90004..915cac7 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" -- GitLab