Skip to content

alexpreynolds/kmer-counter-unordmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published