aboutsummaryrefslogtreecommitdiff
path: root/kmer_total_count.c
AgeCommit message (Expand)Author
2013-10-02add check for line length. if read > kmer we are good to goCalvin Morrison
2013-10-01update headers, use const for better performance (.500ms on ~2gb file), updat...Calvin Morrison
2013-09-28ideaCalvin Morrison
2013-09-14improve performance of convert_kmer_to_index by using a bitwise OR to convert...Calvin Morrison
2013-09-13don't use strlen(line) when we already have that in the read variableCalvin Morrison
2013-09-11use right typesCalvin Morrison
2013-09-11move declarations to top, make sure to use the appropriate typeCalvin Morrison
2013-09-11add headersCalvin Morrison
2013-09-10Initial commit of some kmer utilities.Calvin Morrison