Age | Commit message (Expand) | Author |
2014-01-17 | add test.farefactor-total-count | Calvin Morrison |
2014-01-17 | add in pointer fix | Calvin Morrison |
2014-01-17 | fix pointer | Calvin Morrison |
2014-01-16 | update translate function | Calvin Morrison |
2014-01-16 | add a fread_save_n_bytes function | Calvin Morrison |
2014-01-15 | fix spacing | Calvin Morrison |
2014-01-15 | start using fread, still not working | Calvin Morrison |
2014-01-15 | add handling for overrunning the string length, and if there's a skip char in... | Calvin Morrison |
2014-01-15 | add a fix for skip char | Calvin Morrison |
2014-01-15 | fix counting to not be reversed, remove is_whitespace is_error_char and inste... | Calvin Morrison |
2013-12-31 | Remove need for strnstrip | orbitz |
2013-12-31 | Use optimizations | orbitz |
2013-12-31 | Make functions static, move inner loop out to a function | orbitz |
2013-12-31 | Refactor out translation and error checking | orbitz |
2013-12-31 | Iterate in other direction | orbitz |
2013-12-31 | Remove fclose of file handle | orbitz |
2013-12-29 | Cleanup Makefile, add debugging output (for now) | orbitz |
2013-12-29 | Remove this shared thing... | orbitz |
2013-12-29 | Flip impossible ordering | orbitz |
2013-12-29 | Clneaup some whitespace, change how calloc called | orbitz |
2013-12-29 | Namespace all the functions and make private ones static | orbitz |
2013-12-29 | Clean up signed comparison warnings | orbitz |
2013-12-29 | Cleanup useless const decorators | orbitz |
2013-12-29 | Remove useless inline decorator | orbitz |
2013-12-29 | Align and label lookup map | orbitz |
2013-12-29 | Clean up indentation and whitespace | orbitz |
2013-12-29 | Refactor to pull opening the file out of the count function | orbitz |
2013-12-29 | Cleanup indentation and whitespace | orbitz |
2013-11-24 | performance boost from skipping our first newline. It seems crazy, but this c... | Calvin Morrison |
2013-11-23 | fix labels, fix spelling of position | Calvin Morrison |
2013-11-23 | better allocation of memory, make sure to free other memory | Calvin Morrison |
2013-11-15 | Merge branch 'master' of github.com:mutantturkey/dna-utils | Calvin Morrison |
2013-11-15 | instead of bitshift, use a equality operator | Calvin Morrison |
2013-11-11 | fix memleak | Calvin Morrison |
2013-11-11 | fix warnings | Calvin Morrison |
2013-11-11 | fix printf | Calvin Morrison |
2013-11-11 | added label and nonzero options | Calvin Morrison |
2013-11-11 | index to kmerfunction | Calvin Morrison |
2013-11-07 | update makefile | Calvin Morrison |
2013-11-07 | rename to counts per sequence, don't provide frequencies only counts | Calvin Morrison |
2013-11-07 | rename to counts per sequence, don't provide frequencies only counts | Calvin Morrison |
2013-11-06 | fix free | Calvin Morrison |
2013-10-31 | fix memset again | Calvin Morrison |
2013-10-31 | Revert "fix memset" | Calvin Morrison |
2013-10-31 | fix memset | Calvin Morrison |
2013-10-23 | output individual kmers if requested | Calvin Morrison |
2013-10-17 | update makefile with dependencies and proper static linking | Calvin Morrison |
2013-10-17 | add a static library to our makefile | Calvin Morrison |
2013-10-17 | update kmer utils | Calvin Morrison |
2013-10-16 | reorder kmer_utils.h, actually take a kmer value as argv[2] for frequency, er... | Calvin Morrison |