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

Fix summary key

parent 779e8aa3
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript with SampleLibraryTag with
gc.outputFile = new File(caller.outputDir, s"$namePrefix-genotype_concordance.${caller.name}.txt")
referenceVcfRegions.foreach(gc.intervals ::= _)
add(gc)
addSummarizable(gc, s"$namePrefix-genotype_concordance_${caller.name}")
addSummarizable(gc, s"$namePrefix-genotype_concordance-${caller.name}")
})
}
add(cv)
......@@ -116,7 +116,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript with SampleLibraryTag with
gc.outputFile = new File(outputDir, s"$namePrefix-genotype_concordance.final.txt")
referenceVcfRegions.foreach(gc.intervals ::= _)
add(gc)
addSummarizable(gc, s"$namePrefix-genotype_concordance_final")
addSummarizable(gc, s"$namePrefix-genotype_concordance-final")
})
addSummaryJobs()
......
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