Skip to content
Snippets Groups Projects
Commit f525d0f4 authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

Gentypegvcfs added freevar to avoid double annotation flag

parent a6e9c469
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import java.io.File
import nl.lumc.sasc.biopet.utils.config.Configurable
class GenotypeGVCFs(val root: Configurable) extends org.broadinstitute.gatk.queue.extensions.gatk.GenotypeGVCFs with GatkGeneral {
annotation ++= config("annotation", default = Seq("FisherStrand", "QualByDepth", "ChromosomeCounts")).asStringList
annotation ++= config("annotation", default = Seq(), freeVar = false).asStringList
if (config.contains("dbsnp")) dbsnp = config("dbsnp")
if (config.contains("scattercount", "genotypegvcfs")) scatterCount = config("scattercount")
......
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