Note: java1.3 or higher should be used.
1. Download |
ftp://emboss.open-bio.org/pub/EMBOSS/ (see EMBOSS
download)
gunzip EMBOSS-3.x.x.tar.gz
tar xvf EMBOSS-3.x.x.tar
2. Install Script |
The script asks for the locations of the EMBOSS download, EMBOSS installation and Java directories. A jemboss.properties file is that defines the locations of the EMBOSS installation directories and environment.
Notes for MacOSX installation.
Go to the directory where the script should be run from:
cd EMBOSS-3.x.x/jemboss/utils
Run the install-jemboss-server.sh script.
./install-jemboss-server.sh.
3. After Running the Script |
setenv EMBOSS_INSTALL /usr/local/emboss/
setenv LD_LIBRARY_PATH $EMBOSS_INSTALL/lib
For MacOSX also add:
setenv DYLD_LIBRARY_PATH $EMBOSS_INSTALL/lib
For HPUX also add:
setenv SHLIB_PATH $EMBOSS_INSTALL/lib
Also add the 'local' option for Jemboss to run in 'standalone' mode:
java org/emboss/jemboss/Jemboss local &
Then try running it by typing ./runJemboss.csh.