From e093df4b926a40c845a826cd0d895a417d075534 Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:20:55 +0000 Subject: [PATCH] refactor: add more resources to wider process --- modules/local/pivot/wider/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/pivot/wider/main.nf b/modules/local/pivot/wider/main.nf index b693eabb..46aa6a32 100644 --- a/modules/local/pivot/wider/main.nf +++ b/modules/local/pivot/wider/main.nf @@ -1,6 +1,6 @@ process PIVOT_WIDER { tag"$meta.id" - label 'process_single' + label 'process_high' conda "${moduleDir}/environment.yml" container "community.wave.seqera.io/library/r-optparse_r-tidyverse_r-vroom:3cbb224fea84a0e1"