Skip to content

v0.0.1

Choose a tag to compare

@kojix2 kojix2 released this 25 Jan 07:00
· 894 commits to develop since this release
  • 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