Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -756,15 +756,15 @@ URL: http://emboss.sourceforge.net/what/ ...@@ -756,15 +756,15 @@ URL: http://emboss.sourceforge.net/what/
wget ftp://emboss.open-bio.org/pub/EMBOSS/emboss-latest.tar.gz wget ftp://emboss.open-bio.org/pub/EMBOSS/emboss-latest.tar.gz
tar xvfz emboss-latest.tar.gz tar xvfz emboss-latest.tar.gz
cd emboss-latest cd EMBOSS-6.6.0
./configure --prefix=/usr/local/bioinfo/emboss-6.5.7 ./configure --prefix=/usr/local/bioinfo/emboss-6.6.0 --without-x
make make
Add this variable to the path : Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/emboss-6.5.7:$PATH' >>/etc/profile echo 'export PATH=/usr/local/bioinfo/emboss-6.6.0/emboss:$PATH' >>/etc/profile
source /etc/profile source /etc/profile
... ...
......