Browse Source

Fixbug: task name

master
YaqingLiu 4 years ago
parent
commit
195132be49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/index.wdl

+ 1
- 1
tasks/index.wdl View File

@@ -15,6 +15,6 @@ task index {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File bai = "${bam}.bai"
File bai = "${basename bam}.bai"
}
}

Loading…
Cancel
Save