Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-06 | update readme, add a check_null_ptr function to clear up clutter | Calvin Morrison | |
2014-03-06 | add kmer_continuous_count | Calvin Morrison | |
this tool will count continuously, instead of line by line. The way that this works out is something like this: test.fa > header 1 AAAAATTTTT > header 2 GGGGGAAAAA counting 6 mers, the program will count TTTGGG, TTGGGG, TGGGGG, like there was no header seperating them. This can be useful for certain tyeps of processing, like when the sequences are continuous from a genome. initial commit |