aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/io/newick.c
AgeCommit message (Expand)Author
2021-04-22chore: rm unfinished projectsNicholas Noll
2020-05-31minor changesNicholas Noll
2020-05-17prototype of front end cliNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28feat: prototype of rerooting functionNicholas Noll
2020-04-28fix: moved nnodes into a property of nodeNicholas Noll
2020-04-28struct: tree node children now purely linked list instead of bespoke hybridNicholas Noll
2020-04-28fix: allow for quoted identifiers to contain any characterNicholas Noll
2020-04-28fix: allow for identifiers that start with numbersNicholas Noll
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas 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