Skip to content

Count canonical kmers with Malte Skarupke's bytell_hash_map hash table

Notifications You must be signed in to change notification settings

alexpreynolds/kmer-counter-ska

Repository files navigation

kmer-counter-ska

The kfs program reads in multiline FASTA records, counts canonical kmers using Malte Skarupke's bytell_hash_map hash table, 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 Malte Skarupke's bytell_hash_map hash table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published