Skip to content
Snippets Groups Projects
Commit d66c4748 authored by cagaser's avatar cagaser
Browse files

removed output structs from manta

parent e6d73d17
No related branches found
No related tags found
No related merge requests found
......@@ -92,19 +92,7 @@ task Germline {
output {
File mantaVCF = runDir + "/results/variants/diploidSV.vcf.gz"
# File mantaVCFindex = runDir + "/results/variants/diploidSV.vcf.gz.tbi"
# IndexedVcfFile candidateSmallIndels = object {
# file: runDir + "/results/variants/candidateSmallIndels.vcf.gz",
# index: runDir + "/results/variants/candidateSmallIndels.vcf.gz.tbi"
# }
# IndexedVcfFile candidateSV = object {
# file: runDir + "/results/variants/candidateSV.vcf.gz",
# index: runDir + "/results/variants/candidateSV.vcf.gz.tbi"
# }
# IndexedVcfFile diploidSV = object {
# file: runDir + "/results/variants/diploidSV.vcf.gz",
# index: runDir + "/results/variants/diploidSV.vcf.gz.tbi"
# }
File mantaVCFindex = 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