blachlylab / dhtslib

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

Allow TabixIndexedFile to be converted to other Readers #76

Closed charlesgregory closed 3 years ago

charlesgregory commented 3 years ago

Ideally we should be able to create a TabixIndexedFile and use this as input to VCFReader or a gff3 or bed reader. @jblachly Shouldn't this be possible?