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.
pub fn parse_encoded_se_name(name: &str) -> Option<(u64, TruthAlignment)>Parse an encoded single-end read name back into a truth alignment.
Returns (read_num, truth) or None if the name doesn’t match.