Package picard.util.IntervalList
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 picard.util.IntervalList.IntervalListScattererWithoutSubdivision
deduceIdealSplitWeight, takeSomeMethods inherited from class picard.util.IntervalList.IntervalListScattererByBaseCount
intervalWeight, listWeightMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface picard.util.IntervalList.IntervalListScatterer
preprocessIntervalList, scatter
-
Constructor Details
-
IntervalListScattererWithoutSubdivisionWithOverflow
public IntervalListScattererWithoutSubdivisionWithOverflow()
-
-
Method Details
-
shouldIncludeInterval
protected boolean shouldIncludeInterval(long idealSplitWeight, double projectedSizeOfRemaining, long projectedSize) - Overrides:
shouldIncludeIntervalin classIntervalListScattererWithoutSubdivision
-