From 558ec8ce2e9b4f48709cd049e5528d8ef5780884 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 18 Feb 2021 11:32:01 +0100
Subject: [PATCH] macs3: change queue option to mono_cpus

---
 src/nf_modules/macs3/main.nf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nf_modules/macs3/main.nf b/src/nf_modules/macs3/main.nf
index 9f327031..5806e234 100644
--- a/src/nf_modules/macs3/main.nf
+++ b/src/nf_modules/macs3/main.nf
@@ -5,7 +5,7 @@ macs3_genome_size=3e9
 
 process peak_calling {
   container = "${container_url}"
-  label "big_mem_multi_cpus"
+  label "big_mem_mono_cpus"
   tag "${file_id}"
 
   input:
@@ -36,7 +36,7 @@ fi
 
 process peak_calling_bg {
   container = "${container_url}"
-  label "big_mem_multi_cpus"
+  label "big_mem_mono_cpus"
   tag "${file_id}"
 
   input:
-- 
GitLab