kmer-cnt icon indicating copy to clipboard operation
kmer-cnt copied to clipboard

Code examples of fast and simple k-mer counters for tutorial purposes

Results 6 kmer-cnt issues
Sort by recently updated
recently updated
newest added

I am wondering how to compile and run the codes on Windows.

Hi @lh3 I noticed a little problem when counting 32 mers. Given the sequence: > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT ``` ./kc-c1 -k 32 seq.fa | head 1 0 2 1 3 0 4...

Hi again :) Quick question, the use of `hash64()` before inserting into any of the `h->h` tables done for ensuring an even distribution of kmers among the ensemble?

Hello, I was looking to test a simple kmer counter I wrote , but the dataset link isn't working https://ccb.jhu.edu/gage_b/datasets/index.html Is there another place I can get them, or and...

for '-k32', the hist count suggest all kmers are the same string. Using the code from #1 to dump kmer string, all kmer key is 0 or "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA".