Skip to content

NewickJS 1.2.3

Latest
Compare
Choose a tag to compare
@octav47 octav47 released this 29 Jul 10:54
· 13 commits to master since this release

NewickJS

JavaScript library for parsing the Newick format.

About Newick format @ wikipedia: http://en.wikipedia.org/wiki/Newick_format

Documentation

Github Wiki

Install

$ npm install newick

or in browser

<script src="newick.min.js"></script>

Usage:

var newick = require('newick');

TODO:

  • Newick.dfs: more tests