https://github.com/rdmpage/treelib-js
Javascript phylogenetic tree library
https://github.com/rdmpage/treelib-js
Last synced: 7 months ago
JSON representation
Javascript phylogenetic tree library
- Host: GitHub
- URL: https://github.com/rdmpage/treelib-js
- Owner: rdmpage
- License: mit
- Created: 2012-12-11T12:49:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T12:42:01.000Z (over 5 years ago)
- Last Synced: 2023-03-13T03:37:38.238Z (about 3 years ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: mit-license.md
Awesome Lists containing this project
README
# treelib-js
Javascript phylogenetic tree library.
Currently supports reading Newick trees and NEXUS-format tree files and rendering tree in SVG. Library has no dependencies, but demos use JQuery and [talos/jquery-svgpan](https://github.com/talos/jquery-svgpan). The code is licensed under the [MIT License](https://github.com/rdmpage/treelib-js/blob/master/mit-license.md).
#### Demos
The demos folder contains simple web pages where you can paste in a Newick tree or a NEXUS tree file and get a tree in various styles.