dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
bcf_sr_regions_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_regions_t {
tbx_t
*
tbx
;
hts_itr_t
*
itr
;
kstring_t
line
;
htsFile
*
file
;
char
*
fname
;
int
is_bin
;
char
**
als
;
kstring_t
als_str
;
int
nals
;
int
mals
;
int
als_type
;
void
function
(
bcf_sr_regions_t
*,
void
*)
missed_reg_handler
;
void
*
missed_reg_data
;
bcf_sr_region_t
*
regs
;
void
*
seq_hash
;
char
**
seq_names
;
int
nseqs
;
int
iseq
;
hts_pos_t
start
;
hts_pos_t
end
;
int
prev_seq
;
hts_pos_t
prev_start
;
hts_pos_t
prev_end
;
}
Members
Variables
als
char
**
als
;
Undocumented in source.
als_str
kstring_t
als_str
;
Undocumented in source.
als_type
int
als_type
;
Undocumented in source.
end
hts_pos_t
end
;
Undocumented in source.
file
htsFile
*
file
;
Undocumented in source.
fname
char
*
fname
;
Undocumented in source.
is_bin
int
is_bin
;
Undocumented in source.
iseq
int
iseq
;
Undocumented in source.
itr
hts_itr_t
*
itr
;
Undocumented in source.
line
kstring_t
line
;
Undocumented in source.
mals
int
mals
;
Undocumented in source.
missed_reg_data
void
*
missed_reg_data
;
Undocumented in source.
missed_reg_handler
void
function
(
bcf_sr_regions_t
*,
void
*)
missed_reg_handler
;
Undocumented in source.
nals
int
nals
;
Undocumented in source.
nseqs
int
nseqs
;
Undocumented in source.
prev_end
hts_pos_t
prev_end
;
Undocumented in source.
prev_seq
int
prev_seq
;
Undocumented in source.
prev_start
hts_pos_t
prev_start
;
Undocumented in source.
regs
bcf_sr_region_t
*
regs
;
Undocumented in source.
seq_hash
void
*
seq_hash
;
Undocumented in source.
seq_names
char
**
seq_names
;
Undocumented in source.
start
hts_pos_t
start
;
Undocumented in source.
tbx
tbx_t
*
tbx
;
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