Package

org.hammerlab.bam.check

indexed

Permalink

package indexed

Visibility
  1. Public
  2. All

Type Members

  1. case class BlocksAndIndexedRecords(blocks: RDD[Metadata], records: RDD[SortedSet[Pos]]) extends Product with Serializable

    Permalink
  2. case class Checker(readPositions: SortedSet[Pos]) extends check.Checker[Boolean] with ReadStartFinder with Product with Serializable

    Permalink
  3. case class IndexedRecordPositions(rdd: RDD[Pos], bounds: Bounds[Pos])(implicit ord: Ordering[Pos]) extends SortedRDD[Pos] with Product with Serializable

    Permalink

    Store record-start positions as read from an index built via org.hammerlab.bam.index.IndexRecords

    Store record-start positions as read from an index built via org.hammerlab.bam.index.IndexRecords

    Positions are sorted and partitioned for an efficient ordered-join against corresponding BGZF-blocks, to validate a Checker against ground-truth.

Value Members

  1. object BlocksAndIndexedRecords extends Registrar with Serializable

    Permalink
  2. object Checker extends Serializable

    Permalink
  3. object IndexedRecordPositions extends Serializable

    Permalink

Ungrouped