pub fn unpack_kmer(kmer: u64) -> [u8; 32]
Unpack a 2-bit encoded kmer into corresponding ACTG characters. Slice the returned array to the correct length.
ACTG