Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-08 | remove g++ version name and -s flag (-s threw deprecation warnings) | Erik Clarke | |
2014-09-08 | removed msse | Erik Clarke | |
2014-09-04 | modified to compile on MBA, 10.9.4, with gcc-4.8 | Erik Clarke | |
2014-06-19 | galaxy XML | Calvin Morrison | |
2014-04-20 | Merge work.ceux.org:/home/calvin/src/dna-utils | Calvin Morrison | |
2014-04-20 | use more normal g++ name | Calvin Morrison | |
2014-04-18 | add more tests | Calvin Morrison | |
2014-04-18 | add not about osx | Calvin Morrison | |
2014-04-18 | add OSX support, or any supprot for people without getline | Calvin Morrison | |
2014-04-15 | TODOs for performance ideas | Calvin Morrison | |
2014-04-14 | small performance bump. don't strlen a file when we know it's len from strnstrip | Calvin Morrison | |
2014-04-14 | Revert "don't reduce" | Calvin Morrison | |
This reverts commit d2a336a77494586296401bea6e73e096d8599d2c. | |||
2014-04-14 | add offset for sequence | Calvin Morrison | |
2014-04-14 | don't reduce | Calvin Morrison | |
2014-04-14 | fix malloc in locations | Calvin Morrison | |
2014-04-14 | merge | Calvin Morrison | |
2014-04-14 | update makefile to remove all properly | Calvin Morrison | |
2014-04-14 | remove kmer.py | Calvin Morrison | |
2014-04-14 | add some testing scripts i have had laying around, some fasta files, and ↵ | Calvin Morrison | |
make kmerlocations work | |||
2014-04-11 | add dependencey in makefile | Calvin Morrison | |
2014-04-11 | Merge branch 'master' of github.com:mutantturkey/dna-utils | Calvin Morrison | |
2014-04-11 | tune to specific processor, speed boost | Calvin Morrison | |
2014-04-10 | add kemr locations a new tool | Calvin Morrison | |
2014-04-10 | make sure arrays aer in utils.h | Calvin Morrison | |
2014-04-10 | use object for utils | Calvin Morrison | |
2014-04-09 | kmer utils too | Calvin Morrison | |
2014-04-09 | MERGE sparse trunk into master | Calvin Morrison | |
2014-03-12 | fix missing breakv0.0.4 | Calvin Morrison | |
2014-03-12 | bump version | Calvin Morrison | |
2014-03-12 | Merge branch 'master' of github.com:mutantturkey/dna-utils | Calvin Morrison | |
2014-03-12 | reverse compliment | Calvin Morrison | |
2014-03-12 | update cli for reverse-compliment counting | Calvin Morrison | |
2014-03-06 | add continuous to install path | Calvin Morrison | |
2014-03-06 | update readme, add a check_null_ptr function to clear up clutter | Calvin Morrison | |
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 | |||
2014-02-27 | use sparse always if we use --mer | Calvin Morrison | |
2014-02-27 | fixed sparse in combination with --mer-file | Calvin Morrison | |
2014-02-26 | add gpl3 license | Calvin Morrison | |
2014-02-24 | add more verbose error messages and add more memory checks | Calvin Morrison | |
2014-02-06 | whoops, count even if it's zero | Calvin Morrison | |
2014-02-05 | Merge branch 'master' of github.com:mutantturkey/dna-utils | Calvin Morrison | |
2014-02-05 | add example, rename variables, rename function, improve error function, ↵ | Calvin Morrison | |
check for types | |||
2014-02-04 | add examples to readme.md | Calvin Morrison | |
2014-02-04 | don't inline hint, breaks clang | Calvin Morrison | |
2014-02-02 | somewhat working python module | Calvin Morrison | |
2014-02-02 | nonworking commit of interface | Calvin Morrison | |
2014-02-02 | add a helper function for python | Calvin Morrison | |
2014-02-02 | add install section | Calvin Morrison | |
2014-02-02 | add comment | Calvin Morrison | |