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

- Added referenceFile to catVariants

parent 08f3651d
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ class Gatk(private var globalConfig: Config) extends QScript {
val catVariants = new CatVariants()
catVariants.variant = Seq(snpApplyRecalibration.out,indelApplyRecalibration.out)
catVariants.outputFile = swapExt(genotypeGVCFs.out,".vcf",".recal.vcf")
catVariants.reference = referenceFile
add(catVariants)
} else logger.warn("No gVCFs to genotype")
......
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