aboutsummaryrefslogtreecommitdiff
path: root/src/c/quikr_train.c
AgeCommit message (Collapse)Author
2014-06-18add force flag for filenameCalvin Morrison
2014-04-29fix make clean; push changes to fix > bugCalvin Morrison
2013-10-31exit if no sequencesCalvin Morrison
2013-10-29update tpyes for quikr_train.cCalvin Morrison
2013-10-29fix memset in quikr_train as weelCalvin Morrison
2013-10-29Fix a nasty bug in kmer-counting codeCalvin Morrison
Memset of course does not deal properly with the unsigned long long type so we need to compensate by doing sizeof(unsigned long long) * width to fix the issue
2013-10-28New sensing matrix formatCalvin Morrison
quikr_train now has a new format that should allow for a more sane approach in terms of usability. headers are now packed into the format, and counts, not probabilities are included as each row the header looks like quikr version of format sequences kmer >header 2 4 12 22 ... n-mers >header2 ....
2013-08-29parse -h and --help and print out the help messageCalvin Morrison
2013-06-12add --version and -VCalvin
2013-06-11remove extra wordCalvin
2013-06-10finish gzip decoding, YOU MUST retrain your apiCalvin
2013-06-10remove unused variableCalvin
2013-06-06fixed a malloc error, and fixed some stringsCalvin
2013-05-20updated documentation strings, add man page to be installed globallyCalvin
2013-05-15add some error checkingCalvin
2013-05-15add -d flag for debugging so verbose doesn't take longer, use generate_kmers ↵Calvin
instead of a hacky awk
2013-05-14release1.0Calvin