0.0.8 • Published 7 years ago

cophy-treetools v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago