Package

org.hammerlab.bam

check

Permalink

package check

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. check
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Blocks(blocks: RDD[Metadata], bounds: Bounds[Long]) extends Product with Serializable

    Permalink
  2. trait Checker[+Call] extends AnyRef

    Permalink
  3. implicit final class MaxReadSize extends AnyVal with IntWrapper

    Permalink
  4. case class NextRecord(record: SAMRecord, delta: Int) extends Product with Serializable

    Permalink
  5. trait PosChecker[Call] extends Checker[Call]

    Permalink

    Functionality shared by eager and full Checkers, which do the same checks but differ in what information they hold on to and return.

  6. case class PosMetadata(pos: Pos, recordOpt: Option[NextRecord], flags: Flags) extends Product with Serializable

    Permalink
  7. trait ReadStartFinder extends Checker[Boolean]

    Permalink
  8. implicit final class ReadsToCheck extends AnyVal with IntWrapper

    Permalink
  9. implicit final class SuccessfulReads extends AnyVal with IntWrapper

    Permalink

Value Members

  1. object Blocks extends Registrar with Serializable

    Permalink
  2. object Checker

    Permalink
  3. object MaxReadSize

    Permalink
  4. object NextRecord extends Serializable

    Permalink
  5. object PosMetadata extends Serializable

    Permalink
  6. object ReadsToCheck

    Permalink
  7. package eager

    Permalink
  8. package full

    Permalink
  9. package indexed

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped