Skip to content
Snippets Groups Projects
Commit 6de75757 authored by ffinfo's avatar ffinfo
Browse files

Fixed names

parent b4fe827a
No related branches found
No related tags found
1 merge request!61Switch to structs
......@@ -40,12 +40,11 @@ task ApplyBQSR {
}
output {
IndexedBamFile recalibrated_bam = {
IndexedBamFile recalibratedBam = {
"file": outputBamPath,
"index": sub(outputBamPath, "\.bam$", ".bai")
"index": sub(outputBamPath, "\.bam$", ".bai"),
"md5": outputBamPath + ".md5"
}
File recalibrated_bam_checksum = outputBamPath + ".md5"
}
runtime {
......
......@@ -204,6 +204,7 @@ task GatherBamFiles {
input {
String? preCommand
Array[File]+ inputBams
Array[File]+ inputBamsIndex
String outputBamPath
String? picardJar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment