GitHunt
AL

alexpreynolds/kmer-counter-unordmap

Count canonical kmers with STL unordered_map

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}
...

Languages

C++98.3%Makefile1.7%

Contributors

Created November 4, 2018
Updated November 11, 2018
alexpreynolds/kmer-counter-unordmap | GitHunt