feat: Add container directive to HAPLINK_SEQUENCES

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

View file

@ -2,6 +2,8 @@ process HAPLINK_SEQUENCES {
tag "${method}: ${prefix}" tag "${method}: ${prefix}"
label 'process_single' label 'process_single'
container 'quay.io/biocontainers/haplink:1.0.0--h031d066_0'
input: input:
tuple val(prefix), val(method), path(yaml) tuple val(prefix), val(method), path(yaml)
path reference path reference