Class IntervalListScattererWithoutSubdivisionWithOverflow
java.lang.Object
picard.util.IntervalList.IntervalListScattererByBaseCount
picard.util.IntervalList.IntervalListScattererWithoutSubdivision
picard.util.IntervalList.IntervalListScattererWithoutSubdivisionWithOverflow
- All Implemented Interfaces:
IntervalListScatterer
public class IntervalListScattererWithoutSubdivisionWithOverflow
extends IntervalListScattererWithoutSubdivision
Like
IntervalListScattererWithoutSubdivision but will overflow current list if the projected size of the
remaining lists is bigger than the "ideal".-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanshouldIncludeInterval(long idealSplitWeight, double projectedSizeOfRemaining, long projectedSize) Methods inherited from class IntervalListScattererWithoutSubdivision
deduceIdealSplitWeight, takeSomeMethods inherited from class IntervalListScattererByBaseCount
intervalWeight, listWeightMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntervalListScatterer
preprocessIntervalList, scatter
-
Constructor Details
-
IntervalListScattererWithoutSubdivisionWithOverflow
public IntervalListScattererWithoutSubdivisionWithOverflow()
-
-
Method Details
-
shouldIncludeInterval
protected boolean shouldIncludeInterval(long idealSplitWeight, double projectedSizeOfRemaining, long projectedSize) - Overrides:
shouldIncludeIntervalin classIntervalListScattererWithoutSubdivision
-