Skip to content

zaixizhang/DrugGPS_ICML23

Repository files navigation

Learning Subpocket Prototypes for Generalizable Structure-based Drug Design

Official Pytorch implementation of ICML'23 paper "Learning Subpocket Prototypes for Generalizable Structure-based Drug Design" (https://arxiv.org/abs/2305.13997).

Previous work

Install conda environment via conda yaml file

conda env create -f druggps_env.yaml
conda activate druggps_env

Datasets

Please refer to README.md in the data folder.

Preprocess dataset with BINANA

cd utils
python preprocess_data.py

Training

python train.py

Sampling

python sample.py

Generated Molecules for CrossDocked dataset

The generated molecules for 100 protein targets are stored in druggps.pt

The index file is test_index.pkl

Reference

@article{zhang2023learning,
  title={Learning Subpocket Prototypes for Generalizable Structure-based Drug Design},
  author={Zhang, Zaixi and Liu, Qi},
  journal={ICML},
  year={2023}
}

About

Implementation of ICML23 paper "Learning Subpocket Prototypes for Generalizable Structure-based Drug Design"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published