After comparing two genomes to obtain a large number of unique k-mers, how to quickly find the position of k-mers on the genome? Currently, I use software such as bwa and fuzznucl, but I feel it is not fast enough.
Well, it is not really a scope of KMC. KMC just counts k-mers and with KMC tools you may perform some set operations on KMC databases. Positions of k-mers are not kept in KMC database.
After comparing two genomes to obtain a large number of unique k-mers, how to quickly find the position of k-mers on the genome? Currently, I use software such as
bwa
andfuzznucl
, but I feel it is not fast enough.