0.0.8 • Published 6 years ago

cophy-treetools v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

cophy-treetools

Object definition

This software parses a newick formatted tree. The object definition of a node in that tree is:

node: {
// parsed from file
  node_name: '', // string parsed from file. Can be empty.
  branchlength: number, // decimal
  children: [], // recursive links to child 'node's
// amended by cophy-treetools
  node_id: '', // a unique identifier assigned inside of builders/edit.js --> index_and_enumerate()
  
};
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago