dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
bcf_srs_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_srs_t {
int
collapse
;
char
*
apply_filters
;
int
require_index
;
int
max_unpack
;
int
*
has_line
;
bcf_sr_error
errnum
;
bcf_sr_t
*
readers
;
int
nreaders
;
int
streaming
;
int
explicit_regs
;
char
**
samples
;
bcf_sr_regions_t
*
regions
;
bcf_sr_regions_t
*
targets
;
int
targets_als
;
int
targets_exclude
;
kstring_t
tmps
;
int
n_smpl
;
int
n_threads
;
htsThreadPool
*
p
;
void
*
aux
;
}
Members
Variables
apply_filters
char
*
apply_filters
;
Undocumented in source.
aux
void
*
aux
;
Undocumented in source.
collapse
int
collapse
;
Undocumented in source.
errnum
bcf_sr_error
errnum
;
Undocumented in source.
explicit_regs
int
explicit_regs
;
Undocumented in source.
has_line
int
*
has_line
;
Undocumented in source.
max_unpack
int
max_unpack
;
Undocumented in source.
n_smpl
int
n_smpl
;
Undocumented in source.
n_threads
int
n_threads
;
Undocumented in source.
nreaders
int
nreaders
;
Undocumented in source.
p
htsThreadPool
*
p
;
Undocumented in source.
readers
bcf_sr_t
*
readers
;
Undocumented in source.
regions
bcf_sr_regions_t
*
regions
;
Undocumented in source.
require_index
int
require_index
;
Undocumented in source.
samples
char
**
samples
;
Undocumented in source.
streaming
int
streaming
;
Undocumented in source.
targets
bcf_sr_regions_t
*
targets
;
Undocumented in source.
targets_als
int
targets_als
;
Undocumented in source.
targets_exclude
int
targets_exclude
;
Undocumented in source.
tmps
kstring_t
tmps
;
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