Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Exonerate

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the source package.
    tar zxvf exonerate-2.2.0.tar.gz
  3. Go to the directory generated after the decompression.
    cd exonerate-2.2.0
  4. Perform the compilation and installation.
    ./configure --prefix=/path/to/exonerate --build=aarch64-unknown-linux-gnu LIBS=-lglib
    make
    make install
  5. Load the environment variable.
    export PATH=/path/to/exonerate/bin:$PATH