#PhyloCanvas - HTML5 Phylogenetic Tree visualisation
Written By Christopher I Powell under the supervision of Dr David Aanensen in the Labarotory of Professor Brian Spratt Department of Infectious Disease Epidemiology, Imperial College London
PhyloCanvas is released under a GPL v3 Licence and documentation is realeased under a Creative Commons Share Alike Licence (CC BY-SA)
PhyloCanvas is now built using Grunt and tested using Mocha, chai and expect.js
To build PhyloCanvas, after cloning
npm install
bower install //currently there are no dependencies so this is redundant
grunt test
grunt build //or grunt serve to run the demo locally
// Construct tree object
var phylocanvas = new PhyloCanvas.Tree('phylocanvas');
// load tree via AJAX and render using default params - NB: uses AJAX
phylocanvas.load('./tree.nwk');