Compiling and Installing MACS2
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the MACS2 installation package:
unzip MACS-2.1.4.zip
- Run the following command to go to the directory generated after the decompression:
cd MACS-2.1.4
- Run the following commands to start the installation:
python setup.py build python setup.py install
- 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
Parent topic: MACS2 2.1.4 Porting Guide (CentOS 7.6)