aboutsummaryrefslogtreecommitdiff
path: root/kmer_frequency_per_sequence.c
AgeCommit message (Expand)Author
2013-11-06fix freeCalvin Morrison
2013-10-31fix memset againCalvin Morrison
2013-10-31Revert "fix memset"Calvin Morrison
2013-10-31fix memsetCalvin Morrison
2013-10-16reorder kmer_utils.h, actually take a kmer value as argv[2] for frequency, er...Calvin Morrison
2013-10-16frequency_per_sequence still needs refactoringCalvin Morrison
2013-10-10 don't use the num_to_index function for more speeeeedCalvin Morrison
2013-10-10don't depend on math.h's POW by using a bitshift instead:Calvin Morrison
2013-10-04no more branchingCalvin Morrison
2013-10-02provide errno error detailsCalvin Morrison
2013-10-02use an external iterator so that we can skip over anything in range of an errorwCalvin Morrison
2013-10-02for kmer frequence per sequence as wellCalvin Morrison
2013-09-28ideaCalvin 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