Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -317,6 +317,33 @@ URL: http://exon.gatech.edu/GeneMark/
Add /usr/local/bioinfo/GeneMark-ES-4.38 to the path :
echo 'export PATH=/usr/local/bioinfo/GeneMark-ES-4.38/gmes_petap:$PATH' >>/etc/profile
source /etc/profile
### Usage:
Choose a tool in /usr/local/bioinfo/GeneMark-ES-4.38/gmes_petap
tool + arguments
# GeneMarkS:
A family of gene prediction programs
URL: http://exon.gatech.edu/GeneMark/
### Installation:
wget http://topaz.gatech.edu/GeneMark/tmp/GMtool_hEUFv/genemark_suite_linux_64.tar.gz
wget http://topaz.gatech.edu/GeneMark/tmp/GMtool_pQkU_/gm_key_64.gz
tar xvfz gm_et_linux_64.tar.gz
mv gm_et_linux_64 GeneMark-ES-4.38
cp -r GeneMark-ES-4.38 /usr/local/bioinfo
Add /usr/local/bioinfo/GeneMark-ES-4.38 to the path :
echo 'export PATH=/usr/local/bioinfo/GeneMark-ES-4.38/gmes_petap:$PATH' >>/etc/profile
......
......