This package browser is in early development. Mind the rough edges.

smithlab-cpp

C++ helper library for functions used in Smith lab projects

Smithlab CPP is a C++ library that includes functions used in many of the Smith lab bioinformatics projects, such as a wrapper around Samtools data structures, classes for genomic regions, mapped sequencing reads, etc.

Installation

Install the latest version of smithlab-cpp as follows:

guix install smithlab-cpp

Or install a particular version:

guix install smithlab-cpp@0.1.728a097

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.