refactor: Add container declaration to ViQuas module
This commit is contained in:
parent
d0b25c41b9
commit
0997616190
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ process VIQUAS {
|
|||
tag "${prefix}"
|
||||
label 'process_high'
|
||||
|
||||
container 'code.millironx.com/millironx/haplotyper-battle-royale:viquas'
|
||||
|
||||
input:
|
||||
tuple val(prefix), path(bam), path(bai)
|
||||
path(reference)
|
||||
|
|
Loading…
Reference in a new issue