Package

org.hammerlab

bgzf

Permalink

package bgzf

Visibility
  1. Public
  2. All

Type Members

  1. case class EstimatedCompressionRatio(ratio: Double) extends Product with Serializable

    Permalink
  2. case class Pos(blockPos: Long, offset: Int) extends Product with Serializable

    Permalink

    A "virtual position" in a BGZF file: blockPos (offset to bgzf-block-start in compressed file) and offset into that block's uncompressed data.

Value Members

  1. object EstimatedCompressionRatio extends Serializable

    Permalink
  2. object Pos extends Serializable

    Permalink
  3. package block

    Permalink
  4. package index

    Permalink

Ungrouped