Hi there,
I am trying to count kmers shared between genome assemblies. I know this can be done with bbmap tools from this post. But I still have a few questions.
Can I get what I want from running the following?
kmercountexact.sh in=assembly1.fa,assembly2.fa,assembly3.fa out=shared_kmers.fa mincount=3
If I understand correctly, kmercountexact.sh
already counts unique kmers per file. Or do I need to compress each assembly file with kcompress.sh
before running kmercountexact.sh
?
Thanks in advance!
Raúl
Thanks for that!