AmiGO 2
Status
Currently in production.
Introduction
AmiGO 2 is a project to create the next generation of AmiGO--the current official web-based set of tools for searching and browsing the Gene Ontology database.
For an overview of features, please see the overview documentation.
For installation information, please see the installation documentation.
AmiGO 2
While we sometimes talk about AmiGO 2 as a unified project, its component parts are currently broken into three groups in two different repositories: GOlr (backend and loading) and the perl and JavaScript portions of the frontend.
GOlr: The Backend
The most fundamental change from the old AmiGO is the backend containing the Gene Ontology data--the MySQL relational database, has been replaced and is now loaded directly into a Solr document store, dubbed GOlr.
This new backend not only provides the engine for running AmiGO, but can be used by anybody as a web service by itself. More information is available on the GOlr page.
The Perl and JavaScript Frontend
The AmiGO 2 frontend is the user layer over the GOlr backend. Some components of AmiGO 2 use perl libraries to communicate with the GOlr backend (and other remote sources), process the results, and display them to the user. Other components (JavaScript APIs) communicate directly with the GOlr backend.
JavaScript API
The beta public JavaScript APIs will eventually be available at http://api.berkeleybop.org. While a permanent home for the JSAPI is being considered as we move into beta, preview documentation is available at http://api.berkeleybop.org/amigo2/docs/ .
Development
The current version is 'trunk'. It is in active development.
The backend GOlr loading code is available on Google Code, please see the GOlr page for more details.
The frontend code is broken between AmiGO 2-specific code repo and a more generic JavaScript/JavaScript API code repo, both are hosted on GitHub. The former can be found here and the latter here.
More detailed instructions on installation are pending, but the front page both both repositories are a great place to start.
List
There is mailing list for AmiGO 2 development here.
Compatibility
Backend
The backend is developed in Ubuntu 12.04 and 12.10. It has also been run successfully on Mac OSX 10.7. Given these two, it is expected to run on any fairly well-behaved modern *nix platform.
Frontend
AmiGO 2 should be compatible with most modern operating system/browser combinations with good JavaScript and CSS support. However, at this time, extensive testing has not been done. AmiGO 2 is mostly developed with Firefox, Chrome, and Opera on several versions of GNU/Linux.
Repositories and Trackers
The repositories and trackers for the elements that compose AmiGO 2 are:
- Backend
- GOlr - Solr schema and definitions for GO (in the AmiGO 2 repository)
- OWLTools - preferred loader
- Frontend
Timeline
tag | release | highlight features | feature notes | comments |
---|---|---|---|---|
beta0 | 2013-04-12 |
|
| |
beta1 | 2013-07-15 |
|
|
|
beta2 | 2013-10-1 |
|
|
|
2.0 | 2014-03-12 |
|
||
2.1 | 2014-05 |
|
|
|
2.2 | 2015-03 |
|
|
|
2.3 | 2015-09 |
|
|
|
2.4 | 2016-08 |
|
|
|
2.5 | 2018-04; rolling |
|
|
|
Future Feature Pool
- (Noctua) model integration
- IEAs
- Search improvements (backend)
- Bulk Search and download tools
- Finish conversion to new look and feel (Bootstrap)
- Browse
- Browse (cytoscape/large)
- REPL
- GO Galaxy integration
- Gannet
- GOlr extensions
- New fields
- New search personalities (evidence aggregation, etc.)
- Phylotree integration
- Matrix tools
Presentations
The AmiGO 2 presentation given at the BOSC 2012 is available at the Berkeley BOP site.