Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -316,7 +316,7 @@ bash train_diffusion.sh --train.batch_size 8 --train.max_iters 500000
|
|
| 316 |
To process CrossDocked2020 data from scratch, follow these steps:
|
| 317 |
|
| 318 |
1. Download CrossDocked2020 v1.1 and save it to `data/CrossDocked2020`.
|
| 319 |
-
2. Filter samples with RMSD < 1
|
| 320 |
|
| 321 |
```bash
|
| 322 |
export PYTHONPATH=../../../src:$PYTHONPATH
|
|
|
|
| 316 |
To process CrossDocked2020 data from scratch, follow these steps:
|
| 317 |
|
| 318 |
1. Download CrossDocked2020 v1.1 and save it to `data/CrossDocked2020`.
|
| 319 |
+
2. Filter samples with RMSD < 1 Å:
|
| 320 |
|
| 321 |
```bash
|
| 322 |
export PYTHONPATH=../../../src:$PYTHONPATH
|