From 610fade9b5d9c64a1636a09a6600785f01fe1aa2 Mon Sep 17 00:00:00 2001 From: Mia Croiset <mia.croiset@ens-lyon.fr> Date: Tue, 23 Jan 2024 10:00:53 +0100 Subject: [PATCH] change for process high --- modules/local/hicstuff/build_matrix.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/hicstuff/build_matrix.nf b/modules/local/hicstuff/build_matrix.nf index f2db778..a7abfed 100644 --- a/modules/local/hicstuff/build_matrix.nf +++ b/modules/local/hicstuff/build_matrix.nf @@ -1,6 +1,6 @@ process BUILD_MATRIX { tag "$meta1.id" - label 'process_single' + label 'process_high' conda "conda-forge::python=3.9 conda-forge::biopython=1.80 conda-forge::numpy=1.22.3 conda-forge::matplotlib=3.6.3 conda-forge::pandas=1.5.3" container = "docker.io/lbmc/hicstuff:3.1.3" -- GitLab