Changes
Page history
Update Ghana Installation software
authored
Dec 10, 2018
by
ndomassi.tando_ird.fr
Show whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
a1197b23
...
@@ -737,3 +737,34 @@ Add this variable to the path :
...
@@ -737,3 +737,34 @@ Add this variable to the path :
RepeatMasker + arguments
RepeatMasker + arguments
# EMBOSS:
Description: The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web
URL: http://emboss.sourceforge.net/what/
### Installation:
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
make
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/emboss-6.5.7:$PATH' >>/etc/profile
source /etc/profile
### Usage:
EMBOSS + arguments