dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
bcf_sr_t
htslib
synced_bcf_reader
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
system
nothrow @
nogc
extern (
C
)
struct
bcf_sr_t {
htsFile
*
file
;
tbx_t
*
tbx_idx
;
hts_idx_t
*
bcf_idx
;
bcf_hdr_t
*
header
;
hts_itr_t
*
itr
;
char
*
fname
;
bcf1_t
**
buffer
;
int
nbuffer
;
int
mbuffer
;
int
nfilter_ids
;
int
*
filter_ids
;
int
*
samples
;
int
n_smpl
;
}
Members
Variables
bcf_idx
hts_idx_t
*
bcf_idx
;
Undocumented in source.
buffer
bcf1_t
**
buffer
;
Undocumented in source.
file
htsFile
*
file
;
Undocumented in source.
filter_ids
int
*
filter_ids
;
Undocumented in source.
fname
char
*
fname
;
Undocumented in source.
header
bcf_hdr_t
*
header
;
Undocumented in source.
itr
hts_itr_t
*
itr
;
Undocumented in source.
mbuffer
int
mbuffer
;
Undocumented in source.
n_smpl
int
n_smpl
;
Undocumented in source.
nbuffer
int
nbuffer
;
Undocumented in source.
nfilter_ids
int
nfilter_ids
;
Undocumented in source.
samples
int
*
samples
;
Undocumented in source.
tbx_idx
tbx_t
*
tbx_idx
;
Undocumented in source.
Meta
Source
See Implementation
htslib
synced_bcf_reader
enums
bcf_sr_error
bcf_sr_opt_t
functions
bcf_sr_add_reader
bcf_sr_destroy
bcf_sr_destroy_threads
bcf_sr_get_header
bcf_sr_get_line
bcf_sr_get_reader
bcf_sr_has_line
bcf_sr_init
bcf_sr_next_line
bcf_sr_region_done
bcf_sr_regions_destroy
bcf_sr_regions_flush
bcf_sr_regions_init
bcf_sr_regions_next
bcf_sr_regions_overlap
bcf_sr_regions_seek
bcf_sr_remove_reader
bcf_sr_seek
bcf_sr_set_opt
bcf_sr_set_regions
bcf_sr_set_samples
bcf_sr_set_targets
bcf_sr_set_threads
bcf_sr_strerror
manifest constants
BCF_SR_PAIR_ANY
BCF_SR_PAIR_BOTH
BCF_SR_PAIR_BOTH_REF
BCF_SR_PAIR_EXACT
BCF_SR_PAIR_INDELS
BCF_SR_PAIR_INDEL_REF
BCF_SR_PAIR_SNPS
BCF_SR_PAIR_SNP_REF
BCF_SR_PAIR_SOME
COLLAPSE_ANY
COLLAPSE_BOTH
COLLAPSE_INDELS
COLLAPSE_NONE
COLLAPSE_SNPS
COLLAPSE_SOME
structs
bcf_sr_region_t
bcf_sr_regions_t
bcf_sr_t
bcf_srs_t