n3m3sis00 / phylo-react

React component library for Phylogenetic Analysis
https://n3m3sis00.github.io/phylo-react/
2 stars 1 forks source link

Add pastebox for user-supplied newick tree data #7

Closed cmdcolin closed 4 years ago

cmdcolin commented 4 years ago

This adds a textarea paste box that can be used to put user supplied newick trees

It does not for example update the height of the tree dynamically to the data yet, but that will be an add on to this

It also converts some code to functional component style

cmdcolin commented 4 years ago

This also adds the CountLeafNodes function for calculating tree height now