Skip to content
Snippets Groups Projects
Commit 8bb2e6d9 authored by Sander Bollen's avatar Sander Bollen
Browse files

fix stuff that went wrong during merge

parent 0f4c6e15
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class HaplotypeCallerGvcf(val root: Configurable) extends Variantcaller {
sample -> hc.out
}
val genotypeGVCFs = gatk.GenotypeGVCFs(this, gvcfFiles.toList, outputFile)
val genotypeGVCFs = gatk.GenotypeGVCFs(this, gvcfFiles.values.toList, outputFile)
add(genotypeGVCFs)
}
}
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