User Tools

Site Tools


emboss-software

This is an old revision of the document!


Table of Contents

EMBOSS

Information

Usage

See versions of emboss which are available

$ module avail emboss

Installation

Notes from the sysadmin during installation:

sudo yum install libpng-devel gd-devel zlib-devel
scl enable devtoolset-1.1 bash
wget ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz
tar xf EMBOSS-6.6.0.tar.gz -C /tmp
cd /tmp/EMBOSS-6.6.0
./configure --prefix=/export/apps/emboss/6.6.0
make -j4
sudo mkdir /export/apps/emboss/6.6.0
sudo chown aorth:aorth /export/apps/emboss/6.6.0
make install
sudo chown -R root:root /export/apps/emboss/6.6.0
emboss-software.1441368976.txt.gz · Last modified: by aorth