We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa109 commit 6bfb33aCopy full SHA for 6bfb33a
1 file changed
README.md
@@ -219,6 +219,16 @@ tar -xzf neuralplexer3_benchmark_method_predictions.tar.gz
219
rm neuralplexer3_benchmark_method_predictions.tar.gz
220
```
221
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
232
### Downloading sequence databases (required only for RoseTTAFold-All-Atom inference)
233
234
```bash
0 commit comments