Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 504 Bytes

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