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

Fix on output files

parent 9aad81a3
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class GatkVariantcalling(val root: Configurable) extends QScript with BiopetQScr
mergBuffer += ("9.raw" -> scriptOutput.rawFilterVcfFile)
if (useAllelesOption.get) {
val mergeAlleles = MergeAlleles(this, mergeList.toList, outputDir + "raw.allele__temp_only.vcf.gz.tbi")
val mergeAlleles = MergeAlleles(this, mergeList.toList, outputDir + "raw.allele__temp_only.vcf.gz")
add(mergeAlleles, isIntermediate = true)
if (useHaplotypecaller.get) {
......
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