is_revcomp_min

Function is_revcomp_min 

Source
pub fn is_revcomp_min(seq: &[u8]) -> bool
Expand 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.