Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 197 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 197 Bytes

kmer

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.