You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The header has int bcf_sr_add_reader(bcf_srs_t *files, const char *fname)
It would be nice to have something like: int bcf_sr_add_hreader(bcf_srs_t *files, htsFile *file_ptr)
My used case is code that is detecting the file type (BAM/CRAM/BCF/etc) using an htsFile and then I want to still use bcf_synced_reader if it is a BCF/VCF.
The text was updated successfully, but these errors were encountered:
The header has
int bcf_sr_add_reader(bcf_srs_t *files, const char *fname)
It would be nice to have something like:
int bcf_sr_add_hreader(bcf_srs_t *files, htsFile *file_ptr)
My used case is code that is detecting the file type (BAM/CRAM/BCF/etc) using an htsFile and then I want to still use bcf_synced_reader if it is a BCF/VCF.
The text was updated successfully, but these errors were encountered: