Class ReblockingOptions
java.lang.Object
org.broadinstitute.hellbender.utils.variant.writers.ReblockingOptions
-
Constructor Summary
ConstructorsConstructorDescriptionReblockingOptions
(boolean dropLowQuals, boolean allowMissingHomRefData, double rgqThreshold) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
double
-
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()
-