From 5b39869abfc740c6243d18a3cd84aa7d78787125 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 31 Oct 2023 09:30:45 -0400 Subject: [PATCH] fix: increase resources for samtools sort --- modules/CCBR/samtools/sort/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CCBR/samtools/sort/main.nf b/modules/CCBR/samtools/sort/main.nf index 359b871..5cf9e8d 100644 --- a/modules/CCBR/samtools/sort/main.nf +++ b/modules/CCBR/samtools/sort/main.nf @@ -1,6 +1,6 @@ process SAMTOOLS_SORT { tag { meta.id } - label 'process_medium' + label 'process_high' container 'nciccbr/ccbr_ubuntu_base_20.04:v6'