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

removed all manta output files except for diploidSV.vcf

parent a21e51b2
No related branches found
No related tags found
No related merge requests found
......@@ -90,18 +90,21 @@ task Germline {
}
output {
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 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"
# }
}
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