Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

CIPowell/PhyloCanvas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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)

Getting started

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

To start using PhyloCanvas :

// 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');

About

Phylogenetic tree visualisation for the web using HTML5, no plugins and no extra libraries.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 3.9%