Installing SWAMP

Before installing SWAMP, make sure that your system has a CCP4 7.1 installation. You can download and install CCP4 suite here.

1. Clone the repository

git clone https://github.com/rigdenlab/SWAMP

2. Install dependencies

You can find a complete list of SWAMP dependencies here. The easiest way to set up all of them is by simply running:

ccp4-python SWAMP/setup.py

3. Build SWAMP

Once all the requirements are met the only thing left ot do before using SWAMP is to build it.

mkdir SWAMP/build
cd SWAMP/build
cmake ..
make install