pub fn make_kmer_lookup_20_parallel(
    dv: &[DnaString],
    x: &mut Vec<(Kmer20, i32, i32)>
)