rust-bio / rust-htslib

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
MIT License
302 stars 77 forks source link

feat: add faidx_seq_len function #410

Closed pblischak closed 10 months ago

pblischak commented 11 months ago

Adding the htslib function faidx_seq_len to the faidx module, as well as a basic test to see that it is working.

I tried to match the conventions used in the main repo but please let me know if there are any changes you would like me to make to ensure consistency (or other things in general) -- thanks!