You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and naive kmer counting written in python
It takes a reads file(FASQ), kmer length and output file name. It will generates all possible kmers and its frequency from the reads file.