From 3ec3a94316e88b582e15f49a8e523de660279e17 Mon Sep 17 00:00:00 2001
From: Mia Croiset <mia.croiset@ens-lyon.fr>
Date: Thu, 13 Jul 2023 10:56:04 +0200
Subject: [PATCH] HicPlotMatrix process_high_memory

---
 modules/local/hicexplorer/hicPlotMatrix.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/local/hicexplorer/hicPlotMatrix.nf b/modules/local/hicexplorer/hicPlotMatrix.nf
index 60e1fec..de90826 100644
--- a/modules/local/hicexplorer/hicPlotMatrix.nf
+++ b/modules/local/hicexplorer/hicPlotMatrix.nf
@@ -1,6 +1,6 @@
 process HIC_PLOT_MATRIX {
     tag "$meta.id"
-    label 'process_single'
+    label 'process_high_memory'
 
     conda "bioconda::hicexplorer=3.7.2"
     container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
-- 
GitLab