From d7b5364835ade296a9de33d3fca77a017b1ab2b7 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 2 Mar 2023 14:50:07 +0100
Subject: [PATCH] htseq/main.nf: fix issue #1

---
 src/nf_modules/htseq/main.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nf_modules/htseq/main.nf b/src/nf_modules/htseq/main.nf
index fe4143c9..d8f661b9 100644
--- a/src/nf_modules/htseq/main.nf
+++ b/src/nf_modules/htseq/main.nf
@@ -26,7 +26,7 @@ gffread ${gff3_file} -T -o ${genome_id}.gtf
 
 process htseq_count {
     container = "${container_url}"
-    label "big_mem_multi_cpus"
+    label "big_mem_mono_cpus"
     tag "file_id: $file_id"
     if (params.htseq_out != "") {
         publishDir "results/${params.htseq_out}", mode: 'copy'
-- 
GitLab