fix: Add BAM index to ViQuas input

This commit is contained in:
Thomas A. Christensen II 2023-08-09 17:53:07 -05:00
parent 9198d1186c
commit d0b25c41b9
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -3,7 +3,7 @@ process VIQUAS {
label 'process_high' label 'process_high'
input: input:
tuple val(prefix), path(bam) tuple val(prefix), path(bam), path(bai)
path(reference) path(reference)
output: output: