Skip to content

Commit af66b6a

Browse files
committed
fix final index
1 parent 55a41c2 commit af66b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sambambaIndex.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ task sambambaIndex {
4545
requested_memory_mb_per_core: "~{Memory}"
4646
}
4747
output {
48-
File bamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}.bam.bai"
48+
File bamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}~{OutFileSuffix}.bam.bai"
4949
}
5050
}

0 commit comments

Comments
 (0)