hts_opt

Options for cache, (de)compression, threads, CRAM, etc.

Members

Unions

VAL
union VAL

option value

Variables

arg
char* arg;

string form, strdup()ed

next
hts_opt* next;

next option (linked list)

opt
hts_fmt_option opt;

tokenised key

val
VAL val;

value

Meta