alexpreynolds / kmer-counter-unordmap

Count canonical kmers with STL unordered_map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kmer-counter-unordmap

The kfs program reads in multiline FASTA records, counts canonical kmers using the STL unordered_map, and measures time taken to read in and process records.

Usage

Compilation

$ make kfs

Performance

Specify variables K (integer) and FASTA (path to FASTA sequences).

$ /usr/bin/time -l ./kfs -k ${K} -i ${FASTA}
...

About

Count canonical kmers with STL unordered_map


Languages

Language:C++ 98.3%Language:Makefile 1.7%