From 65699935be7f0c37443408d16991f648b8662e9c Mon Sep 17 00:00:00 2001 From: Mia Croiset <mia.croiset@ens-lyon.fr> Date: Wed, 24 Jan 2024 09:28:10 +0100 Subject: [PATCH] hicpro cutsite fail 137 : test with process high --- modules/local/hicpro/hicpro2pairs.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/hicpro/hicpro2pairs.nf b/modules/local/hicpro/hicpro2pairs.nf index bdb111b..8c4cc9b 100644 --- a/modules/local/hicpro/hicpro2pairs.nf +++ b/modules/local/hicpro/hicpro2pairs.nf @@ -1,6 +1,6 @@ process HICPRO2PAIRS { tag "$meta.id" - label 'process_medium' + label 'process_high' conda "bioconda::pairix=0.3.7" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? -- GitLab