@@ -56,6 +56,8 @@ class HaplotypeCaller(val parent: Configurable) extends CommandLineGATK with Sca
...
@@ -56,6 +56,8 @@ class HaplotypeCaller(val parent: Configurable) extends CommandLineGATK with Sca
@Argument(fullName="maxGGAARExtension",shortName="maxGGAARExtension",doc="the maximum extent into the full active region extension that we're willing to go in genotyping our events for GGA mode",required=false,exclusiveOf="",validation="")
@Argument(fullName="maxGGAARExtension",shortName="maxGGAARExtension",doc="the maximum extent into the full active region extension that we're willing to go in genotyping our events for GGA mode",required=false,exclusiveOf="",validation="")
/** Include at least this many bases around an event for calling indels */
/** Include at least this many bases around an event for calling indels */
@Argument(fullName="paddingAroundIndels",shortName="paddingAroundIndels",doc="Include at least this many bases around an event for calling indels",required=false,exclusiveOf="",validation="")
@Argument(fullName="paddingAroundIndels",shortName="paddingAroundIndels",doc="Include at least this many bases around an event for calling indels",required=false,exclusiveOf="",validation="")
/** Parses a vcf-file and counts sv-s by type and size. Sv-s are divided to different size classes, the parameter histogramBinBoundaries gives the boundaries between these classes. */