misshie / bioruby-ucsc-api

Ruby UCSC API: An API for the UCSC Genome Database
MIT License
19 stars 7 forks source link

TwoBit reader written in C extension #11

Closed kojix2 closed 2 years ago

kojix2 commented 2 years ago

Hi, thanks for this awesome library! I just wanted to let you know that I released bio-twobit yet another library to read 2bit files from ruby.

https://github.com/ruby-on-bioc/bio-twobit

This library is written in C extension and is expected to be fast. It may be used inside bioruby-ucsc-api if you like.

Feel free to create an issue on the project if anyone has feedback. Thanks!