From 44ce68dd30ea469465e7f34af93f0ab275d9364f Mon Sep 17 00:00:00 2001 From: jvfe Date: Thu, 5 Oct 2023 08:06:02 -0300 Subject: [PATCH] refactor: Decrease default reqs for rspr --- modules/local/rspr/approx.nf | 2 +- modules/local/rspr/exact.nf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/local/rspr/approx.nf b/modules/local/rspr/approx.nf index 911727d4..8343e089 100644 --- a/modules/local/rspr/approx.nf +++ b/modules/local/rspr/approx.nf @@ -1,5 +1,5 @@ process RSPR_APPROX { - label 'process_medium' + label 'process_low' conda "bioconda::ete3=3.1.1" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? diff --git a/modules/local/rspr/exact.nf b/modules/local/rspr/exact.nf index f489a7ff..db186fd8 100644 --- a/modules/local/rspr/exact.nf +++ b/modules/local/rspr/exact.nf @@ -1,5 +1,6 @@ process RSPR_EXACT { - label 'process_medium' + label 'process_low' + label 'process_long' conda "bioconda::ete3=3.1.1" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?