Skip to content

Commit 6bfb33a

Browse files
committed
Update README
1 parent 80aa109 commit 6bfb33a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,16 @@ tar -xzf neuralplexer3_benchmark_method_predictions.tar.gz
219219
rm neuralplexer3_benchmark_method_predictions.tar.gz
220220
```
221221

222+
### Downloading benchmark method interactions
223+
224+
```bash
225+
# fetch, extract, and clean-up benchmark method interactions to reproduce paper results (~12 GB) #
226+
# cached ProLIF interactions for notebook plots
227+
wget https://zenodo.org/records/13858866/files/posebench_notebooks.tar.gz
228+
tar -xzf posebench_notebooks.tar.gz
229+
rm posebench_notebooks.tar.gz
230+
```
231+
222232
### Downloading sequence databases (required only for RoseTTAFold-All-Atom inference)
223233

224234
```bash

0 commit comments

Comments
 (0)