pub fn base_to_bits_checked(c: u8) -> (u8, bool)
Convert an ASCII-encoded DNA base to a 2-bit representation, second value is false if the base was ambiguous
false