pub fn is_revcomp_min(seq: &[u8]) -> boolExpand description
Test if the reverse complement is smaller, lexicographically, than the original sequence Syncmers should be obtained from the Canonical strand (minimum strand). Use this function for your own tests. It is not used in the Syncmer implementation.