refactor: Replace performance directives with process label
This commit is contained in:
parent
517b8eb66b
commit
095aff629d
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue