seqan 2.4.0
Library for nucleotide sequence analysis
SeqAn is a C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. It contains algorithms and data structures for string representation and their manipulation, online and indexed string search, efficient I/O of bioinformatics file formats, sequence alignment, and more.
- Outputs:
doc,out - Website: https://www.seqan.de
- Licenses: Modified BSD
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install seqan 2.4.0 as follows:
guix install seqan@2.4.0
Or install the latest version:
guix install seqan
The seqan package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install seqan:doc
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.