Entering edit mode
3.7 years ago
slbai00001
•
0
Hi, all
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.
Are you looking to find one specific k-mer or a map of all k-mers?
In fact, I first used
kmc
to obtain all the specific k-mers of one genome relative to the other genome, and then I wanted to obtain the position of these k-mers on the genome. The number of k-mers was about several million or even a few giga.Yes. Can I ask for your penultimate goal? Unless you're going to write a new assembler, I'm not sure what you would need that map for.
Did you find an efficient solution? I would like to perform the same task.