From ba57693822ac82950bf0aa081b788772039373de Mon Sep 17 00:00:00 2001 From: Odin Zhang <106578915+OdinZhang@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:50:26 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02a3cc3..97e3c44 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ from torch_geometric.data.data import subgraph -## Generate novel structures +## Delete on your lead compounds! -I have provided an example to suggest new structures using adbr1 example, use this command to generate 3D molecules given the protein and lead fragment! The pretrained checkpoint could be downloaded [here](https://doi.org/10.5281/zenodo.7985201). (More pre-trained ckpt can be found in our updated Protocol Section) +I have provided an example to suggest new structures using adbr1 example, use this command to generate 3D molecules given the protein and lead fragment! The pretrained checkpoint could be downloaded [here](https://doi.org/10.5281/zenodo.7985201). (More pre-trained ckpt can be found in our updated [Protocol Section](https://github.com/OdinZhang/delete-protocol)) ```python python -u delete.py --surf_path ./example/adrb1/adrb_pocket_8.0.ply --frag_path ./example/adrb1/2VT4_frag.sdf --check_point ./checkpoint/ckpt/delete.pt --outdir ./outputs --suboutdir adrb1 @@ -92,7 +92,7 @@ Here is the [Protocol](https://github.com/HaotianZhangAI4Science/delete-protocol There are two datasets used for training, one is CrossDock2020, another is BindingMoad. -If you want to process from scratch, please refer to the ./data/README.MD +If you want to process from scratch, please refer to the ./process_your_data.py Here, we provided the processed file in lmdb format.