Changes
Page history
Update Ghana Installation software
authored
Dec 11, 2018
by
ndomassi.tando_ird.fr
Hide whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
a2559b5a
...
...
@@ -847,6 +847,36 @@ Add this variable to the path :
### Usage:
clustalo + arguments
clustalo + arguments
# Eugene:
Description: EuGene is an open integrative gene finder for eukaryotic and prokaryotic genomes
URL: http://eugene.toulouse.inra.fr/
### Installation:
wget http://eugene.toulouse.inra.fr/Downloads/eugene-4.2a.tar.gz
tar xvfz eugene-4.2a.tar.gz
cd eugene-4.2a
./configure --prefix=/usr/local/bioinfo/eugene-4.2a
make
make install
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/eugene-4.2a/bin:$PATH' >>/etc/profile
source /etc/profile
### Usage:
eugene + arguments