From f275be88dda556d8486673d2c5594d04ca29fd67 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:13:32 +0000 Subject: [PATCH] Update modules/emboss/seqret/main.nf Co-authored-by: Edmund Miller --- modules/emboss/seqret/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/emboss/seqret/main.nf b/modules/emboss/seqret/main.nf index 12f7370c..db627a38 100644 --- a/modules/emboss/seqret/main.nf +++ b/modules/emboss/seqret/main.nf @@ -1,6 +1,6 @@ process EMBOSS_SEQRET { tag "$meta.id" - label 'process_low' + label 'process_single' conda (params.enable_conda ? "bioconda::emboss=6.6.0" : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?