Releases: kojix2/ruby-htslib
Releases · kojix2/ruby-htslib
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
- Improved bit fields support (read only)
- Rename Bam::Alignment -> Bam::Record
- Rename VCF::Variant -> VCF::Record
- Added Bam::Flag class
- Added skeleton of VCF::Info and VCF::Format
- Use double quatations to improve compatibility with crystal
- Remove HTSlib constant from toplevel
- Rename FFI -> LibHTS to improve compatibility with htslib.cr
- And other refactorings
v0.0.2
v0.0.1
- Add htslib to the repository as a git submodule.
- You can use the rake task to compile htslib and install ruby-htslib.
- Add rake task to generate metadata using c2ffi.
- Switch testing framework from Rspec to minitest + simplecov.
- Add Bam class
- Bam, Cigar, Header, Alignment
- Implemented based on Brentp's hts-python and hts-nim