alexpreynolds / kmer-counter

Count kmers with a more efficient (faster) hash table
MIT License
24 stars 5 forks source link

K-mer length of 15 hanging #3

Closed scchess closed 6 years ago

scchess commented 6 years ago

I have a simple FASTA file (attached). My command:

kmer-counter --fasta --k=6 <FASTA FILE>

nerver completed

A.fasta.txt

alexpreynolds commented 6 years ago

Made some changes in commit 399c4ccb60d9a80c7e2192e0e94c00294f288298 that should address this. Please let me know if you still run into problems.

$ time (./kmer-counter --fasta --k=15 ~/Downloads/A.fasta.txt)
>sp|Q64578|AT2A1_RAT Sarcoplasmic/endoplasmic reticulum calcium ATPase 1 OS=Rattus norvegicus OX=10116 GN=Atp2a1 PE=1 SV=1      LPLHHFEYCARTYHT:1 PEMPSYPPYHKIHLH:1 IVPGDIVEVAVGDKV:1 EPMTMALSVLVTIEM:1 ... RALDFTQWLMVLKIS:1

real    0m0.037s
user    0m0.002s
sys     0m0.003s
alexpreynolds commented 6 years ago

Also: Your chess app is good stuff.

scchess commented 6 years ago

Thanks. It worked. I've seen your posts about bioinformatics on discussion forums, so I recognized your name := ). I found this repo from https://www.biostars.org/p/247336/.

I like chess, and I make chess apps in my spare time, but my full-time job is bioinformatics something we share in common! Please share some feedback about my chess apps when you have some time.

Thanks.