Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing MACS2

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the MACS2 installation package:
    unzip MACS-2.1.4.zip
  3. Run the following command to go to the directory generated after the decompression:
    cd MACS-2.1.4
  4. Run the following commands to start the installation:
    python setup.py build
    python setup.py install
  5. Run the following commands to set the environment variables and make them take effect:
    vim /etc/profile
    export PATH=/usr/bin:$PATH
    export PYTHONPATH=/usr/lib64/python2.7/site-packages:$PYTHONPATH
    source /etc/profile