We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a41c2 commit af66b6aCopy full SHA for af66b6a
1 file changed
modules/sambambaIndex.wdl
@@ -45,6 +45,6 @@ task sambambaIndex {
45
requested_memory_mb_per_core: "~{Memory}"
46
}
47
output {
48
- File bamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}.bam.bai"
+ File bamIndex = "~{OutDir}~{OutputDirSampleID}/~{WorkflowType}/~{SampleID}~{OutFileSuffix}.bam.bai"
49
50
0 commit comments