jackh726 / bigtools

A high-performance BigWig and BigBed library in Rust
MIT License
70 stars 5 forks source link

Refactor pybigtools API #44

Closed jackh726 closed 4 months ago

jackh726 commented 4 months ago

Closes #33

This overhauls the pybigtools API. In large part, it unifies the APIs for reading bigWigs and bigBeds. However, it also significantly changes the values method, adding much more functionality and flexibility.

There are also a couple other minor additions and bug fixes to the core bigtools code.