aboutsummaryrefslogtreecommitdiff
path: root/src/c
AgeCommit message (Expand)Author
2014-09-09Merge branch 'master' of github.com:EESI/quikrHEADmasterCalvin Morrison
2014-09-09add the inference to quikr.cCalvin Morrison
2014-09-09allow for kmer inference and fix memory leak in get_fasta_files_from_fileCalvin Morrison
2014-06-18add force flag for filenameCalvin Morrison
2014-05-06werksCalvin Morrison
2014-05-04Merge branch 'master' of github.com:mutantturkey/quikrCalvin Morrison
2014-05-04close files after counting themCalvin Morrison
2014-04-29fix make clean; push changes to fix > bugCalvin Morrison
2014-04-29add line errors i thinkCalvin Morrison
2014-03-24update documentationCalvin Morrison
2014-03-19rarity argument support and documentationCalvin Morrison
2014-03-19re-organize quikr.c to match multifasta a bit moreCalvin Morrison
2014-03-19add OMP flagCalvin Morrison
2014-03-19format line endingCalvin Morrison
2014-03-19seperate function for getting a rare valueCalvin Morrison
2014-03-19formatting fixesCalvin Morrison
2014-03-18FIX ALL THE BUGSCalvin Morrison
2014-03-09formattingCalvin Morrison
2014-03-09formatting changesCalvin Morrison
2014-03-09quikr tooCalvin Morrison
2014-03-09work towards fixCalvin Morrison
2014-03-09remove debugCalvin Morrison
2014-03-06add basename header'Calvin Morrison
2014-03-06use basename in otu headersCalvin Morrison
2014-03-06input-filelistCalvin Morrison
2014-03-06fix spacingCalvin Morrison
2014-03-05fix whitespace to tabs, also add functionalty of reading from file instead of...Calvin Morrison
2014-03-05don't add one, do sequences on a seperate printfCalvin Morrison
2014-03-05 add sorted matrix for much faster rarityCalvin Morrison
2014-03-04fix all warnings and that weird bugCalvin Morrison
2014-03-04fix warningsCalvin Morrison
2013-11-26some spacing changesCalvin Morrison
2013-11-26working single threaded multifasta with rarityCalvin Morrison
2013-11-07add quikr.hCalvin Morrison
2013-11-07remove debuggingCalvin Morrison
2013-11-07update to work with kmer rarityCalvin Morrison
2013-11-07 don't cast the return of callocCalvin Morrison
2013-11-07fix memleakCalvin Morrison
2013-10-31say failname on failCalvin Morrison
2013-10-31fix variableCalvin Morrison
2013-10-31remove all references to sensing-fastaCalvin Morrison
2013-10-31add test.faCalvin Morrison
2013-10-31inital test system in placeCalvin Morrison
2013-10-31finish up removing OCaml Code and general code refactoringCalvin Morrison
2013-10-31fix memsetCalvin Morrison
2013-10-31formatting changes for quikrCalvin Morrison
2013-10-31return 0 instead of exit_failure in count_sequences, and remove the newline f...Calvin Morrison
2013-10-31exit if no sequencesCalvin Morrison
2013-10-31fix a bug so we only read when the length is greater han the kmerCalvin Morrison
2013-10-29remove the fasta file requirement for multifasta, and no longer parse headers...Calvin Morrison