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

Fix scatter

parent 4a23415a
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,12 @@ 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}
import org.broadinstitute.gatk.utils.variant.GATKVCFIndexType
class HaplotypeCaller(val root: Configurable) extends org.broadinstitute.gatk.queue.extensions.gatk.HaplotypeCaller with GatkGeneral {
@Gather(enabled = false)
@Output(required = false)
protected var vcfIndex: File = _
......
......@@ -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 UnifiedGenotyper(val root: Configurable) extends org.broadinstitute.gatk.queue.extensions.gatk.UnifiedGenotyper 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