aboutsummaryrefslogtreecommitdiff
path: root/kmer_utils.c
AgeCommit message (Expand)Author
2014-04-18add OSX support, or any supprot for people without getlineCalvin Morrison
2014-04-15TODOs for performance ideasCalvin Morrison
2014-04-14small performance bump. don't strlen a file when we know it's len from strnstripCalvin Morrison
2014-04-14add some testing scripts i have had laying around, some fasta files, and make...Calvin Morrison
2014-04-09MERGE sparse trunk into masterCalvin Morrison
2014-03-12reverse complimentCalvin Morrison
2014-03-06update readme, add a check_null_ptr function to clear up clutterCalvin Morrison
2014-03-06add kmer_continuous_countCalvin Morrison
2014-02-24add more verbose error messages and add more memory checksCalvin Morrison
2014-02-04don't inline hint, breaks clangCalvin Morrison
2014-02-02add a helper function for pythonCalvin Morrison
2014-02-02add commentCalvin Morrison
2014-02-01remove str alloc and replace inside s for strstrCalvin Morrison
2014-02-01use proper types, fix warnings, declare vars at top of section, take FILE in...Calvin Morrison
2014-02-01fix spacingCalvin Morrison
2014-02-01update types of functions, remove non existant include and se size_t for strn...Calvin Morrison
2014-01-30kmer_count_per_sequence: add option to load specific mers from file, add mult...Calvin Morrison
2014-01-07fix kmer_counts_per_sequence, make sure we convert the array fully, and updat...Calvin Morrison
2013-11-24performance boost from skipping our first newline. It seems crazy, but this c...Calvin Morrison
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-11index to kmerfunctionCalvin Morrison
2013-10-17update kmer utilsCalvin Morrison
2013-10-16added new functionsCalvin Morrison
2013-10-04no more branchingCalvin Morrison
2013-10-02use an external iterator so that we can skip over anything in range of an errorwCalvin Morrison
2013-10-02remove unused headersCalvin 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-12don't use strtolCalvin Morrison
2013-09-11update convert_kmer_to_index for brevity and clarityCalvin Morrison
2013-09-11add headersCalvin Morrison
2013-09-10Initial commit of some kmer utilities.Calvin Morrison