dhtslib ~master (2020-09-09T05:17:46Z)
Home
Dub
Repo
bcf_info_t.V1
htslib
vcf
bcf_info_t
Stores a numeric value iff this INFO field is a scalar
struct
bcf_info_t
union
V1 {
int64_t
i
;
float
f
;
}
Members
Variables
f
float
f
;
Undocumented in source.
i
int64_t
i
;
Stores a numeric value iff this INFO field is a scalar
Meta
Source
See Implementation
htslib
vcf
bcf_info_t
unions
V1
variables
key
len
type
v1
vptr
vptr_len
Stores a numeric value iff this INFO field is a scalar