Contig

Type Alias Contig 

Source
pub type Contig = Vec<u8>;
Expand description

A contig (genome sequence) represented as a vector of bytes Each byte typically represents a nucleotide base

Aliased Typeยง

pub struct Contig { /* private fields */ }