pub fn mer_text(len: usize, bit_index: usize) -> String
Convert k-mer index back to nucleotide sequence representation
Decodes a numeric k-mer index back to its original DNA sequence for display and debugging purposes.