Installing GeneMark
Procedure
- Use PuTTY to log in to the server as the root user.
- Install ExaGear for Server. For details, see "Installing ExaGear for Server on CentOS " in Binary Translator (ExaGear) User Guide.
- Install the dependencies.
yum install perl-CPAN cpan -i YAML cpan -i Hash::Merge cpan -i Logger::Simple cpan -i Parallel:ForkManager cpan -i MCE::Mutex
- Download the installation package.
http://exon.gatech.edu/GeneMark/license_download.cgi
You need to submit an application before downloading the software. Download both the software and license file.
- Install the software.
- Go to the installation package directory.
cd /path/to/GeneMark
- Decompress the installation package.
tar xvf gmes_linux_64_4.tar.gz
- Decompress the license file.
gunzip gm_key_64
- Configure the license.
cd gmes_linux_64_4 mv ../gmes_linux_64_4 ./.gm_key
- Set the environment variable.
export PATH=/path/to/GeneMark/gmes_linux_64_4:$PATH
- Go to the installation package directory.
Parent topic: Configuring the Compilation Environment


