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

Merge remote-tracking branch 'origin' into feature-varda

parents 29ddfee6 59cdddd6
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,11 @@ package nl.lumc.sasc.biopet.extensions.gatk.broad
import java.io.File
import nl.lumc.sasc.biopet.utils.config.Configurable
import org.broadinstitute.gatk.utils.commandline.Output
import org.broadinstitute.gatk.utils.commandline.{Gather, Output}
class GenotypeGVCFs(val root: Configurable) extends org.broadinstitute.gatk.queue.extensions.gatk.GenotypeGVCFs with GatkGeneral {
@Gather(enabled = false)
@Output(required = false)
protected var vcfIndex: File = _
......
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