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 { ...@@ -72,10 +72,9 @@ task RunSomatic {
index: runDir + "/results/variants/tumorSV.vcf.gz.tbi" index: runDir + "/results/variants/tumorSV.vcf.gz.tbi"
} }
IndexedVcfFile? diploidSV = object { #FIXME: workaround for https://github.com/broadinstitute/cromwell/issues/4111
file: runDir + "/results/variants/diploidSV.vcf.gz", File? diploidSV = runDir + "/results/variants/diploidSV.vcf.gz"
index: runDir + "/results/variants/diploidSV.vcf.gz.tbi" File? diploidSVindex = runDir + "/results/variants/diploidSV.vcf.gz.tbi"
}
} }
runtime { 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