2.0.0 • Published 8 years ago
newick v2.0.0
NewickJS
JavaScript library for parsing the Newick format.
About Newick format @ wikipedia: http://en.wikipedia.org/wiki/Newick_format
Install
$ npm install newickUsage:
import { Newick } from 'newick'
const newick = new Newick('some data')Documentation
TODO:
- Newick.dfs: more tests