Skip to main content

unpack_kmer

Function unpack_kmer 

Source
pub fn unpack_kmer(kmer: u64) -> [u8; 32]
Expand description

Unpack a 2-bit encoded kmer into corresponding ACTG characters. Slice the returned array to the correct length.