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