sarabjotanand / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Where are the owltools command line applications? #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go the owltools Project Home website
2. Click Downloads
3. Where are the tools?

What is the expected output? What do you see instead?

I was hoping to find the owltools command line applications referred to by the 
wiki page

http://code.google.com/p/owltools/wiki/CommandLineExamples

What version of the product are you using? On what operating system?

None, I could not find it.

Please provide any additional information below.

Is there any problem with the wiki? Is it outdated?

Original issue reported on code.google.com by robfso...@gmail.com on 27 Sep 2012 at 7:11

GoogleCodeExporter commented 9 years ago
Thank you for the interest in OWLTools:

Currently, there is no download option or installer for owltools. There are two 
options on how to retrieve owltools:

1) Build from source via maven
This involves a single svn checkout and a Maven build command. The maven 
command 'mvn clean package' needs to be executed in the OWLTools-Parent 
project. This will trigger a recursive build, including OWLTools-Runner. The 
owltools script can be found in OWLTools-Runner/bin.

2) Copy a build from the Jenkins CI build server.
We use Jenkins to build and test owltools. You can download the latest owltools 
build from there.
http://build.berkeleybop.org/userContent/owltools/
This folder contains all the required jars and scripts for owltools.

The svn build is the recommended one. Also there are no immediate plans to 
create an installer for owltools.

Original comment by HDie...@lbl.gov on 27 Sep 2012 at 9:01