-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Jonathan A Rees edited this page Feb 3, 2016
·
54 revisions
The Open Tree of Life project centers around a corpus of phylogenetic trees, called the 'phylesystem'. All trees are aligned to a common reference taxonomy (OTT). One application of the phylesystem is to provide the inputs for creating a 'supertree' covering all life.
This page is an annotated directory of documentation, software, and other products related to the project.
- 'About' page - general information about the project, with a list of personnel and further links.
- Contact page - with links to mailing lists and IRC
- "Synthesis of phylogeny and taxonomy into a comprehensive tree of life" - article describing the project.
- Corpus browser and study curation tool
- Phylesystem browser and curation tool
- Instructions for submitting phylogenetic trees using the curation tool
- Supertree browser
- Reference taxonomy browser
- Web API
- Web API documentation - the web API enables access to the corpus, and provides other services
- Tutorials - how to do things with the APIs
- Libraries (service bindings and wrappers, etc.)
- rotl - an R package that wraps the OpenTree APIs
- Other libraries - packages in R, python, and Ruby developed at a 2014 hackathon
- The peyotl phylesystem management library - you can use it with your own local clone of phylesystem
- Repository list - a more complete list of the repositories with a brief description of each
- Phylesystem management
- Article on the design of phylesystem
- peyotl - library for phylesystem access and update
- phylesystem-api - Web API for access
- oti - phylesystem indexing
- Nexson file format - each tree belongs to a published study, so trees belonging to a study are collected together into a 'Nexson file' for the study. The Nexson format is central to the architecture.
- NeXML - XML document format on which Nexson is based.
- Document store requirements gathering prepared in advance of implementing the phylesystem
- opentree - web application for tree curation and supertree browsing
- Supertree construction methods
- treemachine - used to create the draft trees up to draftversion4
- propinquity - new method under development
- Propinquity synthetic tree annotations and conflict relations
- Phylogenetic graph for finding a supertree based on ranks
- Reference taxonomy
- reference-taxonomy - taxonomy construction ("smasher")
- reference-taxonomy wiki - taxonomy documentation
- taxomachine - taxonomic name resolver (TNRS)
- Taxonomy downloads
- System integration
- germinator - the germinator repository and its wiki hold code, tests, and documentation that relate subsystems to one another, or that otherwise don't belong to any single subsystem
- Web API testing
- Service deployment system
- Caching results from common API calls