fix: Add BAM index to ViQuas input
This commit is contained in:
parent
9198d1186c
commit
d0b25c41b9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ process VIQUAS {
|
|||
label 'process_high'
|
||||
|
||||
input:
|
||||
tuple val(prefix), path(bam)
|
||||
tuple val(prefix), path(bam), path(bai)
|
||||
path(reference)
|
||||
|
||||
output:
|
||||
|
|
Loading…
Reference in a new issue