Skip to content
Snippets Groups Projects
Commit 89b7851b authored by ffinfo's avatar ffinfo
Browse files

Added workaround for manta

parent 1c8b5b26
No related branches found
No related tags found
1 merge request!61Switch to structs
......@@ -72,10 +72,9 @@ task RunSomatic {
index: runDir + "/results/variants/tumorSV.vcf.gz.tbi"
}
IndexedVcfFile? diploidSV = object {
file: runDir + "/results/variants/diploidSV.vcf.gz",
index: runDir + "/results/variants/diploidSV.vcf.gz.tbi"
}
#FIXME: workaround for https://github.com/broadinstitute/cromwell/issues/4111
File? diploidSV = runDir + "/results/variants/diploidSV.vcf.gz"
File? diploidSVindex = runDir + "/results/variants/diploidSV.vcf.gz.tbi"
}
runtime {
......
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