From 7a3744a3d36796f7d90833d143ac51935d88ca34 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:36:01 -0500 Subject: [PATCH] refactor: Replace EFETCH performance directives with process label --- modules/efetch/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/efetch/main.nf b/modules/efetch/main.nf index 00ec585..2041d45 100644 --- a/modules/efetch/main.nf +++ b/modules/efetch/main.nf @@ -1,6 +1,6 @@ process EFETCH { - cpus 1 - memory '256.MB' + label 'process_single' + container 'quay.io/biocontainers/entrez-direct:16.2--he881be0_1' publishDir "results", mode: 'copy'