Java v1.4.1+ required. Get it here: Windows/Linux/Solaris - OSX. You only need the JRE. SDK is not required to run the applets on this site. You may need to contact your system administrator if you don't have admin rights on your workstation.
Test your configuration here. The java application should start automatically in about 30 seconds. If it doesn't you'll probably have to install a newer java version. Use the links above to find and install the right java version for your machine.
Linux: Don't forget to link your plugin to your browser, e.g. ln -s /usr/java/j2re1.4.2_02/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla/plugins
Sample Trees
Van de Peer, Y., Rensing, S.A., Maier, U.-G. & De Wachter, R. (1996) Substitution rate calibration of small ribosomal subunit RNA identifies chlorarachniophyte nucleomorphs as remnants of green algae. Proc. Natl. Acad. Sci. USA 93, 7732-7736. View Tree
API
The hyperbolic tree viewer can be integrated in existing web applications by sending a well-formed HTTP-POST request to http://bioinformatics.psb.ugent.be/hypergeny/api/. The tree to be displayed should be in standard Newick format and can either be included in the POST request or loaded from an existing url.
Below are the settings required to view your own tree by HTTP-POST request:
-
Building the request
-
enctype : "MULTIPART/FORM-DATA"
-
method : "POST"
-
action : "
http://bioinformatics.psb.ugent.be/hypergeny/api/ "
-
Arguments to pass in the request
-
tree_url: url to online Newick file.
-
tree_payload: content of a Newick file as text-string, no newlines or special characters please
Copy/paste example forms below.