Installing GenomeTools
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
cd /path/to/LTR_retriever wget http://genometools.org/pub/genometools-1.6.2.tar.gz tar xvf genometools-1.6.2.tar.gz
- Go to the installation directory and perform the compilation and installation.
cd genometools-1.6.2/ make cairo=0
- Load the environment variable.
export PATH=/path/to/LTR_retriever/genometools-1.6.2/bin:$PATH
Parent topic: Configuring the Compilation Environment