Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@kojix2 kojix2 released this 15 Apr 01:37
· 131 commits to develop since this release
  • change repo name "htslib" -> "hts"
    • require "htslib/hts/bam" -> require "hts/bam"
    • require "htslib/hts" -> require "hts"
  • Added CRAM support
  • Github Actions to create Docker image and API Reference
  • Fix open methods
  • Other fixes