cr_ctg_t

contig

extern (C) @nogc nothrow
struct cr_ctg_t {}

Members

Variables

len
int32_t len;

max length seen in data

n
int64_t n;

sum of lengths of previous contigs

name
char* name;

name of the contig

off
int64_t off;

sum of lengths of previous contigs +//// sum of lengths of previous contig

root_k
int32_t root_k;

???

Meta