Class ReblockingOptions

java.lang.Object
org.broadinstitute.hellbender.utils.variant.writers.ReblockingOptions

public final class ReblockingOptions extends Object
  • Constructor Details

    • ReblockingOptions

      public ReblockingOptions()
    • ReblockingOptions

      public ReblockingOptions(boolean dropLowQuals, boolean allowMissingHomRefData, double rgqThreshold)
  • Method Details

    • getDropLowQualsOpt

      public boolean getDropLowQualsOpt()
    • getAllowMissingHomRefDataOpt

      public boolean getAllowMissingHomRefDataOpt()
    • getRgqThresholdOpt

      public double getRgqThresholdOpt()