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

Fixed wrong tag

parent fe542841
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript
vcfStats.input = vcfFile
vcfStats.intervals = Some(bedFile)
vcfStats.setOutputDir(new File(vcfFile.getParentFile, s"vcfstats-$regionName"))
vcfStats.infoTags :+= "VariantCaller"
if (name == "final") vcfStats.infoTags :+= "VariantCaller"
add(vcfStats)
addSummarizable(vcfStats, s"$namePrefix-vcfstats-$name-$regionName")
}
......
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