marbl/merqury

even number k-mer size

hui-liu opened this issue · 1 comments

Hi,
I got the best k-mer size is 19.7 by best_k.sh, I wonder if it is correct to use the 20-mer as the k-mer size.

Thanks,
Hui

Hello, take the ceiling number from best_k.sh. This is the minimum size of k, allowing certain collision in the kmer space. You could use larger k with recent, more accurate datasets. It doesn't matter being even or odd.

Best,
Arang