Class/Object

org.hammerlab.bam.check.eager

Checker

Related Docs: object Checker | package eager

Permalink

case class Checker(uncompressedStream: SeekableUncompressedBytes, contigLengths: ContigLengths, readsToCheck: ReadsToCheck) extends PosChecker[Boolean] with ReadStartFinder with Product with Serializable

check.Checker implementation that emits a Boolean at each org.hammerlab.bgzf.Pos indicating whether it is a read-record boundary.

Linear Supertypes
Serializable, Serializable, Product, Equals, ReadStartFinder, PosChecker[Boolean], check.Checker[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Checker
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ReadStartFinder
  7. PosChecker
  8. Checker
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Checker(uncompressedStream: SeekableUncompressedBytes, contigLengths: ContigLengths, readsToCheck: ReadsToCheck)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(startPos: Long)(implicit successfulReads: SuccessfulReads): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    CheckerPosChecker
  5. def apply(pos: Pos): Boolean

    Permalink

    Main record-checking entry-point

    Main record-checking entry-point

    Definition Classes
    PosCheckerChecker
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val buf: ByteBuffer

    Permalink
    Definition Classes
    PosChecker
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val contigLengths: ContigLengths

    Permalink
    Definition Classes
    CheckerPosChecker
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getRefPosError(): Option[RefPosError]

    Permalink

    Reusable logic for fetching a reference-sequence index and reference-position

    Reusable logic for fetching a reference-sequence index and reference-position

    Definition Classes
    PosChecker
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def nextReadStart(start: Pos)(implicit maxReadSize: MaxReadSize): Option[Pos]

    Permalink
    Definition Classes
    CheckerReadStartFinder
  17. def nextReadStartWithDelta(start: Pos)(implicit maxReadSize: MaxReadSize): Option[(Pos, Int)]

    Permalink
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val readNameBuffer: ByteBuffer

    Permalink
    Definition Classes
    PosChecker
  21. val readsToCheck: ReadsToCheck

    Permalink
    Definition Classes
    CheckerPosChecker
  22. def seek(pos: Pos): Unit

    Permalink
    Definition Classes
    PosChecker
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. lazy val uncompressedBytes: ByteChannel

    Permalink
    Definition Classes
    PosChecker
  25. val uncompressedStream: SeekableUncompressedBytes

    Permalink
    Definition Classes
    CheckerPosChecker
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReadStartFinder

Inherited from PosChecker[Boolean]

Inherited from check.Checker[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped