aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio
AgeCommit message (Expand)Author
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-26fix: now properly sort arrays with inline functionsNicholas Noll
2020-04-26feat: begun work on edit distance aware local sensitive hashing algorithmNicholas Noll
2020-04-26chore: moved string into main libn headerNicholas Noll
2020-04-25feat: parsing multiline fastq filesNicholas Noll
2020-04-25chore: pulled out sequence header function to be used by fastqNicholas Noll
2020-04-25chore: prepare for refactoring to allow for fastqNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23feat: started prototype of zlib wrapperNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas Noll
2020-04-22fix: double free problemNicholas Noll
2020-04-22feat: interfaces of newick io more general. can now take arbitrary readers/wr...Nicholas Noll
2020-04-22feat: added generic interfaces for I/ONicholas Noll
2020-04-22fix: moved byte buffer to static storage so you don't read off stale stackNicholas Noll
2020-04-22fix: bug squashing with newick parserNicholas Noll
2020-04-21feat: added skeleton of biological libraryNicholas Noll