jameshadfield / phandango

an interactive viewer for populations of bacterial genomes linked by a phylogeny
http://phandango.net
MIT License
113 stars 27 forks source link

Drop files to load #8

Closed jameshadfield closed 9 years ago

jameshadfield commented 9 years ago

The three files (genome annotation gff, gubbins gff, tree) are currently hardcoded.

Assign a listener to the entire document, pick up dropped files and parse accordingly (e.g. how genome2.html and presumably http://www.microreact.org/ do it).

Somehow maintain a hardcoded copy (in a dedicated store?) for testing purposes -- maybe it can be loaded on a button press / loaded by default while testing.

Any better ideas?

@simonrharris