AmiGO2 install

From Planteome.org
Revision as of 22:50, 30 January 2015 by Elserj (talk | contribs)
Jump to navigation Jump to search

GOLR install:

There are a few prerequisites to getting GOLR installed. They appear to be Maven and OwlTools. To install maven, I followed the instructions from here: http://blog.gluster.org/2013/08/yum-install-maven-yes-you-can/, seemed to work without error.

Then, to install OWLTools, I did the following: cd /lemma/justin svn co http://owltools.googlecode.com/svn/trunk/ owltools This creates the owltools directory in my space on lemma.

To compile OWLTools, run: mvn clean package This will take about half an hour.


This page will be updated as I progress.