Releases: kojix2/ruby-htslib
Releases · kojix2/ruby-htslib
v0.2.5
- Added experimental methods for Bam::Header and Bcf::Header
- Fixed Bam and Bcf wirte methods
- Version 0.2.4 was removed because it unintentionally included a binary file in the Gem.
v0.2.0
- Only Ruby 3.1 or later is supported.
- Removed each_copy (and added keyword argument)
- Added each_*** methods to Bam/Bcf
- Increased native function coverage
- Added tools for developers
v0.1.0
- Many method names have been changed from hts-nim style to rust-htslib style.
- Many bug fixes and new features
v0.0.10
- Support for CRAM
- Support for partial loading
- Github actions to create document and docker image
- Add tell/seek/rewind to bam
- Fix a bug in Bam#each