Getting OBO-Edit Started
1) Install Java 1.4 or higher
On Macs, Java 1.4 can be installed automatically by doing a system software
update. On any other platform, download the appropriate binaries from http://java.sun.com/j2se/1.4.2/download.html.
To run Java applications, all you need is the JRE (Java Runtime Environment). If
you need all the tools to run and create Java applications, download
the J2SE SDK (Software Development Kit).
2) Get OBO-Edit
Download the latest version of OBO-Edit from our Sourceforge project
at http://sourceforge.net/projects/geneontology
There will be several downloads to choose from.
- If you are a Windows user: Always download the Windows installer
- If you are a Mac user: You can either use the Mac installer or the
platform independent installation. The Mac installer is easy to use, and will
create a shortcut in the Mac OS dock for you. However, the installer software
we use seems to introduce a lot of memory overhead. Many Mac users have
reported better performance from the platform independent release.
- If you are a Linux user: Choose between the platform independent release,
the Linux release, or the general Unix release. OBO-Edit is developed and
tested using the platform independent release on a Suse Linux machine, so the
platform independent release is probably your most reliable choice.
3) Install and Launch OBO-Edit
- If you are using a platform-specific installer: Run the installer program
and follow the onscreen prompts. It's simple. Icons for running/uninstalling
the program will be created on your start menu (or dock, or whatever).
- If you are using the platform independent version:
Unzip the .tar.gz archive you downloaded (on unix platforms, run "tar zxvf <filename>") into the directory of your
choice. On unix platforms (including Mac OS), run the "oboedit"
shell script to start the program (to do this on most Unix platforms,
change to the OBO-Edit directory and type "./oboedit"). On other platforms, launch
the oboedit.jar file in the OBO-Edit installation directory. This can be done
either by double-clicking, or by running the command "java -jar oboedit.jar"
at a command prompt.
4) Get an ontology
Download an ontology from the Open Biological Ontologies site at http://obo.sourceforge.net/
5) Open the ontology
Go to the "File" menu and choose "Load...". A box will appear that looks like
this...

Choose "OBO Flat File Adapter" from the "Data adapter" dropdown list. Click
the browse button and find your ontology file on the disk, or type the path to
the file you want to load into the "Load files" field. Click the "Ok"
button.
Your file is loaded! Tinker away.