Skip to main content

parse_encoded_se_name

Function parse_encoded_se_name 

Source
pub fn parse_encoded_se_name(name: &str) -> Option<(u64, TruthAlignment)>
Expand description

Parse an encoded single-end read name back into a truth alignment.

Returns (read_num, truth) or None if the name doesn’t match.