Package org.broadinstitute.hellbender.utils.locusiterator
package org.broadinstitute.hellbender.utils.locusiterator
-
ClassesClassDescriptionCreate an iterator for traversing alignment contexts in a specified manner.Steps a single read along its alignment to the genome The logical model for generating extended events is as follows: the "record state" implements the traversal along the reference; thus stepForwardOnGenome() returns on every and only on actual reference bases.For special cases where we want to emit AlignmentContexts regardless of whether we have an overlap with a given interval.Simple wrapper about the information LIBS needs about downsamplingIterator that traverses a SAM File, accumulating information on a per-locus basis Produces AlignmentContext objects, that contain ReadPileups of PileupElements.