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. Go to the source package directory.
    cd /path/to/featurecounts
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar xvf subread-2.0.3-source.tar.gz
    cd subread-2.0.3-source
  4. Modify the following file.
    1. Open Makefile.Linux.
      vim src/Makefile.Linux
    2. Press i to enter the insert mode and change core2 in line 10 to tsv110.
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  5. Modify the following file.
    1. Open Makefile.
      vim src/longread-one/Makefile
    2. Press i to enter the insert mode and change core2 in line 7 to tsv110.
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  6. Perform the compilation and installation.
    cd src
    make -f Makefile.Linux

    Information similar to the following is displayed: