Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -725,8 +725,8 @@ URL: http://www.repeatmasker.org/RMDownload.html
### Installation:
wget http://www.repeatmasker.org/RepeatMasker-open-4-0-8.tar.gz
tar xvfz RepeatMasker-open-4.0.8.tar.gz -C /usr/local
cd /usr/local/RepeatMasker-open-4.0.8
tar xvfz RepeatMasker-open-4.0.8.tar.gz -C /usr/local/bioinfo
cd /usr/local/bioinfo/RepeatMasker
wget https://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/RepBaseRepeatMaskerEdition-20181026.tar.gz
tar xvfz RepBaseRepeatMaskerEdition-20181026.tar.gz
perl ./configure
......@@ -736,7 +736,7 @@ URL: http://www.repeatmasker.org/RMDownload.html
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/RepeatMasker-open-4.0.8:$PATH' >>/etc/profile
echo 'export PATH=/usr/local/bioinfo/RepeatMasker:$PATH' >>/etc/profile
source /etc/profile
......@@ -871,6 +871,7 @@ URL: http://eugene.toulouse.inra.fr/
### Installation:
yum install -y gd-devel
wget http://eugene.toulouse.inra.fr/Downloads/eugene-4.2a.tar.gz
tar xvfz eugene-4.2a.tar.gz
cd eugene-4.2a
......
......