Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing PASA

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the PASA package:
    tar -xvf pasa-v2.4.1.tar.gz
  3. Run the following command to go to the directory generated after the decompression:
    cd PASApipeline-pasa-v2.4.1
  4. Run the following command to perform the compilation and installation:
    make -j16
  5. Run the following command to declare the environment variable:
    export PATH=/path/to/PASA/PASApipeline-pasa-v2.4.1:$PATH