pbbam
Work with PacBio BAM files
The pbbam software package provides components to create, query, and edit PacBio BAM files and associated indices. These components include a core C++ library, bindings for additional languages, and command-line utilities. This library is not intended to be used as a general-purpose BAM utility - all input and output BAMs must adhere to the PacBio BAM format specification. Non-PacBio BAMs will cause exceptions to be thrown.
- Versions: 2.1.0
- Website: https://github.com/PacificBiosciences/pbbam
- Licenses: Modified BSD
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pbbam
as follows:
guix install pbbam
Or install a particular version:
guix install pbbam@2.1.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
You can use the following badge to inform users of pbbam about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pbbam'><img src='https://packages.guix.gnu.org/packages/pbbam/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/pbbam/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/pbbam)
Example Org:
[[https://packages.guix.gnu.org/packages/pbbam][https://packages.guix.gnu.org/packages/pbbam/badges/latest-version.svg]]