@@ -31,7 +31,7 @@ class HaplotypeCaller(val parent: Configurable) extends CommandLineGATK with Sca
/** File to which variants should be written */
@Output(fullName="out",shortName="o",doc="File to which variants should be written",required=false,exclusiveOf="",validation="")
@Gather(classOf[CatVariantsGatherer])
@Gather(classOf[GatherVcfs])
varout:File=_
/** What likelihood calculation engine to use to calculate the relative likelihood of reads vs haplotypes */
...
...
@@ -98,7 +98,7 @@ class HaplotypeCaller(val parent: Configurable) extends CommandLineGATK with Sca
/** File to which assembled haplotypes should be written */
@Output(fullName="bamOutput",shortName="bamout",doc="File to which assembled haplotypes should be written",required=false,exclusiveOf="",validation="")