blachlylab / dhtslib

D bindings and OOP wrappers for htslib
MIT License
7 stars 1 forks source link

hts_parse_region binding may be wrong #98

Closed charlesgregory closed 3 years ago

charlesgregory commented 3 years ago

I think this has to do with the way we have bound hts_name2id_f. I had trouble getting this function to work and I would like to have it for coordinates.d.

jblachly commented 3 years ago

Check the query iterators and how they use function pointers, because AFAIK they work correctly