Browse Source

index output fix

master
LUYAO REN 6 years ago
parent
commit
0929ebaac5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/indexBam.wdl

+ 1
- 1
tasks/indexBam.wdl View File

dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/" dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
} }
output { output {
File sorted_bam_index = "${sample}_Aligned.sortedByCoord.out.bam.bai"
File sorted_bam_index = "${sample}.bam.bai"
} }
} }

Loading…
Cancel
Save