Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory and decompress the installation package.
cd /path/to/LTR_retriever tar -xvf v2.9.0.tar.gz cd LTR_retriever-2.9.0
- Configure the dependencies.
vim paths
- Add the installation directories of BLAST+, RepeatMasker, HMMER, and CD-HIT.
BLAST+=/path/to/rmblast/rmblast_install/bin RepeatMasker=/path/to/RepeatMasker/RepeatMasker HMMER=/path/to/HMMER/bin CDHIT=/path/to/LTR_retriever/cdhit-4.8.1
- Load the environment variable.
export PATH=/path/to/LTR_retriever LTR_retriever-2.9.0:$PATH
Parent topic: LTR_retriever 2.9.0 Porting Guide (Kylin V10)