Installation

Third Parties Requirements

  • Schrodinger > 2016

  • Pele > 1.5

Pypi

pip install msm_pele

change schrodinger & PELE constants path on your machine under site-packages/msm_pele/constants.py

Source Code

git clone https://github.com/NostrumBioDiscovery/msm_pele.git

python MSM_PELE/setup.py install

change schrodinger & PELE constants path on your machine under site-packages/msm_pele/constants.py

Update latest changes from Github Code (once already installed)

cd MSM_FOLDER
cp constants.py ../save_loc/
git stash
git pull origin master
cp ../save_loc/constants.py .

If you do not want to copy the constants.py every time you can add your machine paths there and pull request to the repository.