Rate This Document
Findability
Accuracy
Completeness
Readability

Installing TRF

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    git clone https://github.com/Benson-Genomics-Lab/TRF.git
  3. 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