Difference between revisions of "Apollo"

From GMOD
Jump to: navigation, search
m (Downloads)
 
(47 intermediate revisions by 7 users not shown)
Line 1: Line 1:
The Apollo genome editor is a Java-based application for browsing and annotating genomic sequences. There are currently two branches of Apollo, one primarily used for genome browsing and maintained at [http://www.ensembl.org Ensembl], and the other primarily used for genome annotation and maintained at the [http://berkeleybop.org/ Berkeley Bioinformatics and Open Source Projects]. The latter is part of the GMOD project.
+
Apollo documentation, mailing lists, is now actively maintained at [http://genomearchitect.org Genome Architect].
  
[http://apollo.berkeleybop.org Apollo Homepage]
+
Source code, releases, and issues can be found on [https://github.com/gmod/apollo/ GitHub].
 
+
==Demo & Screenshots==
+
 
+
See [http://apollo.berkeleybop.org/current/images/mainwindow.jpg this screenshot].
+
 
+
==Requirements==
+
 
+
JDK 1.5 or higher.
+
 
+
==Documentation==
+
 
+
; [http://apollo.berkeleybop.org/current/userguide.html Apollo userguide]
+
: A comprehensive guide to installing and using Apollo.
+
; [[:Image:Gb-2002-3-12-research0082.pdf|Apollo: a sequence annotation editor]]
+
: The original Apollo publication.
+
; Apollo tutorials at the [http://www.dynamicgene.org Dynamic Gene] web site.
+
: Flash based tutorials on how to use Apollo, using rice as an example.  Sections of particular interest are
+
:* [http://www.dynamicgene.org/annotation/annotation.html Annotation] - how to use Apollo
+
:* [http://www.dynamicgene.org/resources/resources.html Resources] - how to download sample data and install Apollo on an MS Windows system.
+
 
+
=== Presentations ===
+
 
+
* [[Media:CommunityAnnotationNov2007.pdf|Community Annotation at ParameciumDB]] - [[User:Sperling|Linda Sperling's]] presentation on [[ParameciumDB|ParameciumDB's]] [[:Category:Community Annotation|Community Annotation]] process at the [[November 2007 GMOD Meeting]].
+
* [[Media:Apollo.ppt|Progress Report]] - from [[May 2005 GMOD Meeting]]
+
* [[Media:Harris 040527.ppt|Future Plans]] - from [[April 2004 GMOD Meeting]]
+
* [[Media:Apollo.GMOD.ppt|Progress Report]] - from [[September 2003 GMOD Meeting]]
+
* [[Media:Apollo.GMOD.May2003.ppt|Progress Report]] - from [[May 2003 GMOD Meeting]]
+
 
+
=== Development / Bug Tracking ===
+
 
+
* [http://apollo.berkeleybop.org/current/javadoc/ Apollo Javadocs]
+
* [http://sourceforge.net/tracker/?atid=462763&group_id=27707&func=browse Apollo bug tracker at Sourceforge]
+
 
+
==Contact==
+
 
+
* Ed Lee, [mailto:elee@lbl.gov elee@lbl.gov]
+
* The [http://mail.fruitfly.org/mailman/listinfo/apollo Apollo mailing list]
+
 
+
==Downloads==
+
 
+
Apollo executables for several platforms (Windows, Mac Os X, Linux, Solaris and generic Unix) are available from the [http://apollo.berkeleybop.org/current/index.html Apollo web site].
+
 
+
The Apollo source code (which you need only if you want to modify Apollo) is available from {{SF_SVN|apollo|SourceForge}} via [[SVN]].
+
 
+
==Users==
+
 
+
Off the top of the heads of the attendees of the [[November 2007 GMOD Meeting]]. Sorted by version.
+
 
+
* Triggers
+
** VMWare
+
** Dolan-Rice
+
* Crabtree
+
** Paramecium
+
** INRA
+
** SFSU (Smith)
+
* cXML
+
** FlyBase
+
** BovineBase
+
** VectorBase
+
  
 
[[Category:Annotation]]
 
[[Category:Annotation]]
 
[[Category:Apollo]]
 
[[Category:Apollo]]
[[Category:GMOD Components]]
 
 
[[Category:Java]]
 
[[Category:Java]]
 +
[[Category:GMOD_Components]]
 +
[[Category:GMOD_Component]]
 +
[[Category:WebApollo]]

Latest revision as of 22:45, 16 February 2017

Apollo documentation, mailing lists, is now actively maintained at Genome Architect.

Source code, releases, and issues can be found on GitHub.