Type Alias SeqPosStranded

Source
pub type SeqPosStranded = Pos<String, ReqStrand>;
Expand description

Default stranded sequence position on a reference sequence named by a String.

Aliased Typeยง

struct SeqPosStranded { /* private fields */ }