refactor: Add container declaration to ViQuas module

This commit is contained in:
Thomas A. Christensen II 2023-08-09 18:05:22 -05:00
parent d0b25c41b9
commit 0997616190
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -2,6 +2,8 @@ process VIQUAS {
tag "${prefix}" tag "${prefix}"
label 'process_high' label 'process_high'
container 'code.millironx.com/millironx/haplotyper-battle-royale:viquas'
input: input:
tuple val(prefix), path(bam), path(bai) tuple val(prefix), path(bam), path(bai)
path(reference) path(reference)