summaryrefslogtreecommitdiff
path: root/src/c/quikr.c
AgeCommit message (Collapse)Author
2013-09-05last fixes for 1.0.4v1.0.4Calvin Morrison
2013-09-05Remove debugging versionCalvin Morrison
remove the debugging option for quikr, since there is not a reason to keep it anymore, consider it cruft. Our users are unlikely to ever use it and the same for us - remove from manpage - remove from quikr.c
2013-08-29parse -h and --help and print out the help messageCalvin Morrison
2013-08-16remove unused caseCalvin Morrison
2013-06-12add --version and -VCalvin
2013-06-11use longs instead of ints, fix a mistake in the --helpCalvin
2013-06-07updated help text and manpagesCalvin
2013-05-20updated documentation strings, add man page to be installed globallyCalvin
2013-05-15add some error checkingCalvin
2013-05-15cleanup kmer/lambda default valuesCalvin
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