GMOD / bam-js

Parse BAM and BAM index files in javascript for node and the browser
MIT License
20 stars 9 forks source link

Rewrite record class for less lazy loading #14

Closed cmdcolin closed 1 week ago

cmdcolin commented 5 years ago

This is an attempt to provide an interface that is a little more "sane". Currently, having everything as a plain property hanging off the object makes it hard to do smart things about serializing the feature to JSON

cmdcolin commented 1 week ago

"fixed" in v3.0.0