Skip to content
Snippets Groups Projects
Commit 1c8b5b26 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Made diploid optional

parent 2b439234
No related branches found
No related tags found
1 merge request!61Switch to structs
...@@ -72,7 +72,7 @@ task RunSomatic { ...@@ -72,7 +72,7 @@ task RunSomatic {
index: runDir + "/results/variants/tumorSV.vcf.gz.tbi" index: runDir + "/results/variants/tumorSV.vcf.gz.tbi"
} }
IndexedVcfFile diploidSV = object { IndexedVcfFile? diploidSV = object {
file: runDir + "/results/variants/diploidSV.vcf.gz", file: runDir + "/results/variants/diploidSV.vcf.gz",
index: runDir + "/results/variants/diploidSV.vcf.gz.tbi" index: runDir + "/results/variants/diploidSV.vcf.gz.tbi"
} }
......
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