/fastas2kmers

A naive implementation of a k-mer counter in Python, takes fasta files and k-mer length requests and outputs all k-mers of length k, their reverse complement, and their frequency within their respective sequence for each sequence in the file.

Primary LanguagePythonMIT LicenseMIT

Stargazers