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 { process HAPLINK_SEQUENCES {
tag "${method}: ${prefix}" tag "${method}: ${prefix}"
cpus 1 label 'process_single'
memory '6.GB'
input: input:
tuple val(prefix), val(method), path(yaml) tuple val(prefix), val(method), path(yaml)