OneScience commited on
Commit
2c8414e
·
verified ·
1 Parent(s): 1783057

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Angstrom:
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