HeaderDictTypes

Used to index into bcf_hdr_t's id field of type bcf_idpair_t*[3]

i.e as used from VCFRecord where this.vcfheader is a VCFHeader: this.vcfheader.hdr.idHeaderDictTypes.Id

Replacement for htslib BCF_DT_*

Values

ValueMeaning
IdBCF_DT_ID

dictionary type: ID

ContigBCF_DT_CTG

dictionary type: Contig

SampleBCF_DT_SAMPLE

dictionary type: SAMPLE

Meta