Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing Pysam

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    tar xzvf pysam-0.15.4.tar.gz
  3. Go to the directory generated after the decompression.
    cd pysam-0.15.4/
  4. Compile Pysam.
    python3 setup.py build
  5. Install Pysam.
    python3 setup.py install