refactor: Replace performance directives with process label

This commit is contained in:
Thomas A. Christensen II 2023-09-23 16:28:12 -05:00
parent 517b8eb66b
commit 095aff629d
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -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)