Skip to content

Count canonical kmers with Emil Ernerfeldt's emilib::HashMap

Notifications You must be signed in to change notification settings

alexpreynolds/kmer-counter-emilib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmer-counter-emilib

The kfs program reads in multiline FASTA records, counts canonical kmers using Emil Ernerfeldt's emilib::HashMap hash table, and measures time taken to read in and process records. A discussion about performance characteristics compared with the C++ STL std::unordered_map is available from the author.

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