bcf_hdr_t

Structured repreentation of VCF header (§1.2) Note that bcf_hdr_t structs must always be created via bcf_hdr_init()

Members

Variables

dict
void*[3] dict;

Undocumented in source.

dirty
int dirty;

Undocumented in source.

hrec
bcf_hrec_t** hrec;

Undocumented in source.

id
bcf_idpair_t*[3] id;

Undocumented in source.

keep_samples
uint8_t* keep_samples;

Undocumented in source.

m
int32_t[3] m;

Undocumented in source.

mem
kstring_t mem;

Undocumented in source.

n
int32_t[3] n;

Undocumented in source.

nhrec
int nhrec;

Undocumented in source.

nsamples_ori
int nsamples_ori;

Undocumented in source.

ntransl
int ntransl;

Undocumented in source.

samples
char** samples;

Undocumented in source.

transl
int*[2] transl;

Undocumented in source.

Meta