Changes
Page history
Update Ghana Installation software
authored
Dec 14, 2018
by
ndomassi.tando_ird.fr
Hide whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
44318064
...
...
@@ -756,15 +756,15 @@ URL: http://emboss.sourceforge.net/what/
wget ftp://emboss.open-bio.org/pub/EMBOSS/emboss-latest.tar.gz
tar xvfz emboss-latest.tar.gz
cd
emboss-latest
./configure --prefix=/usr/local/bioinfo/emboss-6.
5.7
cd
EMBOSS-6.6.0
./configure --prefix=/usr/local/bioinfo/emboss-6.
6.0 --without-x
make
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
...
...
...
...