Package org.broadinstitute.hellbender.utils.locusiterator


package org.broadinstitute.hellbender.utils.locusiterator
  • Classes
    Class
    Description
    Create 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 downsampling
    Iterator that traverses a SAM File, accumulating information on a per-locus basis Produces AlignmentContext objects, that contain ReadPileups of PileupElements.