pub fn make_kmer_lookup_20_oriented_single<K: Kmer>(
    dv: &[DnaString],
    x: &mut Vec<(K, i32, i32)>
)