https://github.com/smithlabcode/bamxx
HTSlib wrapper (mostly for BAM/SAM) in C++.
https://github.com/smithlabcode/bamxx
Last synced: 6 months ago
JSON representation
HTSlib wrapper (mostly for BAM/SAM) in C++.
- Host: GitHub
- URL: https://github.com/smithlabcode/bamxx
- Owner: smithlabcode
- License: mit
- Created: 2023-07-11T20:38:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T21:53:10.000Z (about 1 year ago)
- Last Synced: 2025-04-01T00:29:54.911Z (about 1 year ago)
- Language: C++
- Size: 9.75 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bamxx
A simple wrapper for HTSlib mapped reads files (BAM/SAM) in C++. It provides RAII and is currently small enough to see how it works.