Package picard.util.IntervalList
package picard.util.IntervalList
-
ClassDescriptionAn interface for a class that scatters IntervalLists.a Baseclass for scatterers that scatter by uniqued base count.Scatters
IntervalListby interval count so that resultingIntervalList's have the same number of intervals in them.ScattersIntervalListby into `interval count` shards so that resultingIntervalList's have approximately same number of intervals in them.A BaseCount Scatterer that avoid breaking-up intervals.LikeIntervalListScattererWithoutSubdivisionbut will overflow current list if the projected size of the remaining lists is bigger than the "ideal".An IntervalListScatterer that attempts to place the same number of (uniquified) bases in each output interval list.An enum to control the creation of the various IntervalListScatter objects