ghc-int-interval-map
Interval map structure in Haskell
An interval map structure that is optimized for low memory (each interval is represented by about 3 words + whatever the cargo is) and has semantics that are appropriate for genomic intervals (namely, intervals can overlap and queries will return all matches together). It also designed to be used in two phases: a construction phase + query phase).
- Versions: 0.0.0.0
- Website: https://github.com/luispedro/interval-to-int#readme
- Licenses: Expat
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-int-interval-map
as follows:
guix install ghc-int-interval-map
Or install a particular version:
guix install ghc-int-interval-map@0.0.0.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/ghc-int-interval-map/'><img src='http://127.0.0.1:3000/packages/ghc-int-interval-map/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/ghc-int-interval-map/badges/latest-version.svg)](http://127.0.0.1:3000/packages/ghc-int-interval-map/) Org: [[http://127.0.0.1:3000/packages/ghc-int-interval-map/][http://127.0.0.1:3000/packages/ghc-int-interval-map/badges/latest-version.svg]]