Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    cd /path/to/RSEM
    tar xvf v1.3.3.tar.gz
    cd RESM-1.3.3
  3. Modify the configuration file.
    vim Makefile

    In line 14, change CXX = g++ to CXX = clang++.

    In line 28, change prefix ?= /usr/local to prefix ?= /path/to/RSEM/RSEM_install.

  4. Perform the compilation.
    make
    make install