From 0e822c2729434edbd8748f20855c20e413f97c64 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:43:10 -0500 Subject: [PATCH] feat: Add genome tag to EFETCH --- modules/efetch/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/efetch/main.nf b/modules/efetch/main.nf index ed38458..f3ce0b3 100644 --- a/modules/efetch/main.nf +++ b/modules/efetch/main.nf @@ -1,4 +1,5 @@ process EFETCH { + tag "${genome}" label 'process_single' container 'quay.io/biocontainers/entrez-direct:16.2--he881be0_1'