DistPepFold is a computational tool using deep learning for peptide docking.
Copyright (C) 2023 Zicong Zhang, Jacob Verburgt, Yuki Kagaya, Charles Christoffer, Daisuke Kihara, and Purdue University.
License: GPL v3. (If you are interested in a different license, for example, for commercial use, please contact us.)
Contact: Daisuke Kihara (dkihara@purdue.edu)
For technical problems or questions, please reach to Zicong Zhang (zhan1797@purdue.edu).
GPU: any GPU supports CUDA with at least 12GB memory.
GPU is required for DistPepFold and no CPU version is available.
Python 3 : https://www.python.org/downloads/
Pymol (for map visualization): https://pymol.org/2/
1. Install git
git clone https://github.com/kiharalab/DistPepFold.git && cd DistPepFold
3.1.1 install anaconda
.
Make sure you are in the DistPepFold directory and then run
conda env create -f environment.yml
Each time when you want to run this software, simply activate the environment by
conda activate distpepfold
conda deactivate(If you want to exit)
bash pred.sh