ghc-int-interval-map 0.0.0.0
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).
- 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 ghc-int-interval-map 0.0.0.0
as follows:
guix install ghc-int-interval-map@0.0.0.0
Or install the latest version:
guix install ghc-int-interval-map
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.