BcfRecordType

Used by InfoField (bcf_info_t) and FormatField (bcf_fmt_t) to identify the underlying htslib/bcf1_t info and format data type and size. This data is stored in ubyte arrays.

More...

Values

ValueMeaning
Null0

null

Int8BCF_BT_INT8

int8

Int16BCF_BT_INT16

int16

Int32BCF_BT_INT32

int32

Int64BCF_BT_INT64

Unofficial, for internal use only per htslib headers

FloatBCF_BT_FLOAT

float (32?)

CharBCF_BT_CHAR

char (8 bit)

Detailed Description

Replacement for htslib BCF_BT_*

Meta