Skip to content

Commit 721f892

Browse files
authored
Update README.md
1 parent f851d9a commit 721f892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ conda activate MUBD3.0
3737
(MUBD3.0) $ python get_ligands.py
3838
```
3939

40-
### Generate virtual decoys
40+
### Generate potential decoy set
4141

4242
`mk_config.py` writes out the configuration for MUBD3.0 virtual decoy generation. In order to automatically set up the configuration for each ligand and proceed to the next ligand, we provide `gen_decoys.sh`. Please replace the `</path/to/REINVENT>` and `</path/to/MUBD3.0>` in the scripts with user-defined directories.
4343
```
@@ -47,16 +47,16 @@ $ conda activate reinvent.v3.2
4747
(reinvent.v3.2) $ ./gen_decoys.sh
4848
```
4949

50-
### Get virtual unbiased decoy set (UDS)
51-
After decoy generation, each potential decoy set for `ligand_$idx` is stored in `output/ligand_$idx/results/scaffold_memory.csv`. Decoy refinement including SMILES curation and molecular clustering are performed to get unbiased decoy set `Final_decoys.csv`. We provide `process_decoys.sh` to automatically run `agglomerative_clustering.py` and `pool_decoys.py`.
50+
### Get unbiased decoy set (UDS)
51+
The file `output/ligand_$idx/results/scaffold_memory.csv` contains the potential decoy set for `ligand_$idx`. To get the unbiased decoy set (`Final_decoys.csv`), run `process_decoys.sh` to refine the potential decoys by SMILES curation and structural clustering (`agglomerative_clustering.py`). and `pool_decoys.py` (这个py文件不知道跟哪里,具体是做什么操作, 请修改).
5252
```
5353
$ chmod +x ./process_decoys.sh
5454
$ conda activate MUBD3.0
5555
(MUBD3.0) $ ./process_decoys.sh
5656
```
5757

5858
## Validation
59-
Basic validation is conducted based on four metrics. Please go through the notebook `basic_validation.ipynb` for more details.
59+
Basically, The MUBD is validated and measured with four metrics. Please go through the notebook `basic_validation.ipynb` for more details.
6060
```
6161
$ conda activate MUBD3.0
6262
(MUBD3.0) $ jupyter notebook

0 commit comments

Comments
 (0)