libmaus2 2.0.786
Collection of data structures and algorithms useful for bioinformatics
libmaus2 is a collection of data structures and algorithms. It contains:
I/O classes (single byte and UTF-8);
bitio
classes (input, output and various forms of bit level manipulation);text indexing classes (suffix and LCP array, fulltext and minute (FM), etc.);
BAM sequence alignment files input/output (simple and collating); and many lower level support classes.
- Website: https://gitlab.com/german.tischler/libmaus2
- Licenses: GPL 2+ · GPL 3+
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libmaus2 2.0.786
as follows:
guix install libmaus2@2.0.786
Or install the latest version:
guix install libmaus2
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.