aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-11more efficient counting on errorsparseCalvin Morrison
2014-03-04fakehashCalvin Morrison
2014-03-04update typeCalvin Morrison
2014-03-04update kmer utils.hCalvin Morrison
2014-03-04update kmer_counts_per_sequence to work with c++Calvin Morrison
2014-03-04rework makefileCalvin Morrison
2014-03-04use iterator for non zero... wayy fasterCalvin Morrison
2014-03-04update makefileCalvin Morrison
2014-03-03C++ version using unordered mapCalvin Morrison
2014-02-26update sparseCalvin Morrison
2014-02-18working sparse implementationCalvin Morrison
2014-02-06whoops, count even if it's zeroCalvin Morrison
2014-02-05Merge branch 'master' of github.com:mutantturkey/dna-utilsCalvin Morrison
2014-02-05add example, rename variables, rename function, improve error function, ↵Calvin Morrison
check for types
2014-02-04add examples to readme.mdCalvin Morrison
2014-02-04don't inline hint, breaks clangCalvin Morrison
2014-02-02somewhat working python moduleCalvin Morrison
2014-02-02nonworking commit of interfaceCalvin Morrison
2014-02-02add a helper function for pythonCalvin Morrison
2014-02-02add install sectionCalvin Morrison
2014-02-02add commentCalvin Morrison
2014-02-01remove str alloc and replace inside s for strstrCalvin Morrison
2014-02-01use pow_four insteadCalvin Morrison
2014-02-01add getopts to kmer_counts_per_sequene and sparse output optionsCalvin Morrison
2014-02-01change headers, organizeCalvin Morrison
2014-02-01use proper types, fix warnings, declare vars at top of section, take FILE ↵Calvin Morrison
instead of char
2014-02-01fix spacingCalvin Morrison
2014-02-01update types of functions, remove non existant include and se size_t for ↵Calvin Morrison
strnstrip
2014-02-01add --helpCalvin Morrison
2014-02-01backport stdin readingCalvin Morrison
2014-02-01get rid of position, add helpCalvin Morrison
2014-02-01use false instead of 0Calvin Morrison
2014-02-01add help functionCalvin Morrison
2014-02-01simplify makefileCalvin Morrison
2014-01-31remove commasCalvin Morrison
2014-01-31update readmeCalvin Morrison
2014-01-31add --help text for kmer_total_countCalvin Morrison
2014-01-31fix argv/c checkingCalvin Morrison
2014-01-30kmer_count_per_sequence: add option to load specific mers from file, add ↵Calvin Morrison
multiline ecounting
2014-01-07fix kmer_counts_per_sequence, make sure we convert the array fully, and ↵Calvin Morrison
update kmer_utils for str[i] == 5 instead of >> 2
2013-11-24performance boost from skipping our first newline. It seems crazy, but this ↵Calvin Morrison
could be up to a 10-15% improvement because of our strstrip function. Each time we were copying the entire array, even if we didn't need to. There will be more of a benefit on a single line'd sequence file, but will see a speed up on all
2013-11-23fix labels, fix spelling of positionCalvin Morrison
2013-11-23better allocation of memory, make sure to free other memoryCalvin Morrison
2013-11-15Merge branch 'master' of github.com:mutantturkey/dna-utilsCalvin Morrison
2013-11-15instead of bitshift, use a equality operatorCalvin Morrison
2013-11-11fix memleakCalvin Morrison
2013-11-11fix warningsCalvin Morrison
2013-11-11fix printfCalvin Morrison
2013-11-11added label and nonzero optionsCalvin Morrison
2013-11-11index to kmerfunctionCalvin Morrison