Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- molecules
|
4 |
+
- Chemistry
|
5 |
+
- SMILES
|
6 |
+
- Protein
|
7 |
+
- Ligand
|
8 |
+
- Complexes
|
9 |
+
---
|
10 |
+
|
11 |
+
### To generate the dataset
|
12 |
+
|
13 |
+
Register for an account at https://www.pdbbind.org.cn/, confirm the validation email, then login and download
|
14 |
+
|
15 |
+
the Index files (1)
|
16 |
+
the general protein-ligand complexes (2)
|
17 |
+
the refined protein-ligand complexes (3)
|
18 |
+
Extract those files in pdbbind_complex_GB2022/data
|
19 |
+
|
20 |
+
Run the script pdbbind.py in a compute job on an MPI-enabled cluster (e.g., mpirun -n 64 pdbbind.py).
|
21 |
+
|
22 |
+
Output will be tar files in `train/`, `val/` and `test/` folders, following the split direction which is from EquiBind manuscript.
|