Installing TRF
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
git clone https://github.com/Benson-Genomics-Lab/TRF.git
- Go to the installation directory and perform the configuration and installation.
cd TRF mkdir build cd build ../configure --prefix=/path/to/RepeatMasker/TRF_install make -j make install
Parent topic: Configuring the Compilation Environment