feat: Add container directive to HAPLINK_SEQUENCES
This commit is contained in:
parent
095aff629d
commit
4751203579
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ process HAPLINK_SEQUENCES {
|
|||
tag "${method}: ${prefix}"
|
||||
label 'process_single'
|
||||
|
||||
container 'quay.io/biocontainers/haplink:1.0.0--h031d066_0'
|
||||
|
||||
input:
|
||||
tuple val(prefix), val(method), path(yaml)
|
||||
path reference
|
||||
|
|
Loading…
Reference in a new issue