From 461a4b64a34ba79555d192624ed2035a802daf2c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:44:40 -0500 Subject: [PATCH] feat: Add prefix tag to NANOFILT module --- modules/nanofilt/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nanofilt/main.nf b/modules/nanofilt/main.nf index 0852f23..3343513 100644 --- a/modules/nanofilt/main.nf +++ b/modules/nanofilt/main.nf @@ -1,4 +1,5 @@ process NANOFILT { + tag "${prefix}" cpus 1 memory '8.GB' container 'quay.io/biocontainers/nanofilt:2.8.0--py_0'