aboutsummaryrefslogtreecommitdiff
path: root/kmer_total_count.c
AgeCommit message (Collapse)Author
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
there are two utilties included. one is kmer_frequency_per_sequence, which outputs a (m x n) matrix where m is the sequence, and n is the frequency of that nmer to occur in the given sequence. the other tool is kmer_total_count, which counts kmers for the total file, not just one sequence