From a223b8746486b3e4e7b8091d17085b478d3780df Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:22:13 -0500 Subject: [PATCH] feat: Add tag directive to HAPLINK_VARIANTS module --- modules/haplink/variants/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/haplink/variants/main.nf b/modules/haplink/variants/main.nf index 8e2c48f..4106c78 100644 --- a/modules/haplink/variants/main.nf +++ b/modules/haplink/variants/main.nf @@ -1,4 +1,5 @@ process HAPLINK_VARIANTS { + tag "${prefix}" cpus 2 memory '12.GB'