Sha256: c339812ecce00a1e6fe7b355647f84b1ef45524ecf53de28706f9e2bc2b43892

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

module Bio
  module BGZF
    
    ID1   = 31
    ID2   = 139
    CM    = 8
    FLG   = 4

    SI1   = 66
    SI2   = 67
    SLEN  = 2

    MTIME = 0
    XFL   = 0
    OS    = 255
    XLEN  = 6 

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bio-bgzf-0.1.1 lib/bio-bgzf/constants.rb
bio-bgzf-0.1.0 lib/bio-bgzf/constants.rb