From 095aff629d2926bffd32a1d604a2fc6e3dfda6b1 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:28:12 -0500 Subject: [PATCH] refactor: Replace performance directives with process label --- modules/haplink/sequences/main.nf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/haplink/sequences/main.nf b/modules/haplink/sequences/main.nf index f47e9a6..257b969 100644 --- a/modules/haplink/sequences/main.nf +++ b/modules/haplink/sequences/main.nf @@ -1,7 +1,6 @@ process HAPLINK_SEQUENCES { tag "${method}: ${prefix}" - cpus 1 - memory '6.GB' + label 'process_single' input: tuple val(prefix), val(method), path(yaml)