Age | Commit message (Collapse) | Author |
|
update kmer_utils for str[i] == 5 instead of >> 2
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8784d26bf275128935a1f682fab6cfff30d2e15b.
|
|
|
|
|
|
|
|
|
|
|
|
error check kmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding the first attempt
|
|
Start fleshing it out
|
|
|
|
|
|
|
|
|
|
Get a readme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update comments for functions
|