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

Count kmers with a more efficient (faster) hash table

Results 3 kmer-counter issues
Sort by recently updated
recently updated
newest added

Hi, There are my command and result. ``` ./kmer-counter --fasta --k=3 test/kmer.fa --rc >foo ACG:1 TAA:2 AAC:1 >bar CTC:1 GCC:2 GCA:2 AAC:1 CTA:1 AAT:2 TCA:2 AGA:3 CAC:1 AAA:2 GAA:3 CCA:2...

What should I do if the following installation error message is displayed, "collect2: error: ld returned 1 exit status" ?

Hi, I tried this tool; it takes ~53GB for the human genome and did not finish in 24 hours (not sure when will it finish), may I ask if the...