https://github.com/mlin/ocaml-bgzf
OCaml library for BGZF, a gunzip-compatible format allowing random access to the uncompressed data
https://github.com/mlin/ocaml-bgzf
Last synced: 9 months ago
JSON representation
OCaml library for BGZF, a gunzip-compatible format allowing random access to the uncompressed data
- Host: GitHub
- URL: https://github.com/mlin/ocaml-bgzf
- Owner: mlin
- Created: 2011-02-17T10:30:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-17T12:11:46.000Z (over 15 years ago)
- Last Synced: 2025-02-25T06:29:07.485Z (over 1 year ago)
- Language: C
- Homepage: http://mlin.github.com/ocaml-bgzf/BGZF.html
- Size: 121 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ocaml-bgzf
OCaml library for BGZF, a gunzip-compatible format allowing random access to the uncompressed data
Author: Mike Lin http://www.broadinstitute.org/~mlin
License: LGPL
Requires: findlib
Based on code from:
samtools (http://samtools.sourceforge.net/)
CamlZip (http://forge.ocamlcore.org/projects/camlzip/)
According to samtools documentation, the BGZF format was designed and implemented by Bob Handsaker.