33# PoseBench
44
55[ ![ Paper] ( http://img.shields.io/badge/arXiv-2405.14108-B31B1B.svg )] ( https://arxiv.org/abs/2405.14108 )
6- [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.11477766 .svg )] ( https://doi.org/10.5281/zenodo.11477766 )
6+ [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.13858866 .svg )] ( https://doi.org/10.5281/zenodo.13858866 )
77[ ![ PyPI version] ( https://badge.fury.io/py/posebench.svg )] ( https://badge.fury.io/py/posebench )
88[ ![ Project Status: Active – The project has reached a stable, usable state and is being actively developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
99[ ![ Docs] ( https://assets.readthedocs.org/static/projects/badges/passing-flat.svg )] ( https://bioinfomachinelearning.github.io/PoseBench/ )
@@ -154,10 +154,10 @@ of how to extend `PoseBench`, as outlined below.
154154
155155``` bash
156156# fetch, extract, and clean-up preprocessed Astex Diverse, PoseBusters Benchmark, DockGen, and CASP15 data (~3 GB) #
157- wget https://zenodo.org/records/11477766 /files/astex_diverse_set.tar.gz
158- wget https://zenodo.org/records/11477766 /files/posebusters_benchmark_set.tar.gz
159- wget https://zenodo.org/records/11477766 /files/dockgen_set.tar.gz
160- wget https://zenodo.org/records/11477766 /files/casp15_set.tar.gz
157+ wget https://zenodo.org/records/13858866 /files/astex_diverse_set.tar.gz
158+ wget https://zenodo.org/records/13858866 /files/posebusters_benchmark_set.tar.gz
159+ wget https://zenodo.org/records/13858866 /files/dockgen_set.tar.gz
160+ wget https://zenodo.org/records/13858866 /files/casp15_set.tar.gz
161161tar -xzf astex_diverse_set.tar.gz
162162tar -xzf posebusters_benchmark_set.tar.gz
163163tar -xzf dockgen_set.tar.gz
@@ -173,42 +173,42 @@ rm casp15_set.tar.gz
173173``` bash
174174# fetch, extract, and clean-up benchmark method predictions to reproduce paper results (~19 GB) #
175175# DiffDock predictions and results
176- wget https://zenodo.org/records/11477766 /files/diffdock_benchmark_method_predictions.tar.gz
176+ wget https://zenodo.org/records/13858866 /files/diffdock_benchmark_method_predictions.tar.gz
177177tar -xzf diffdock_benchmark_method_predictions.tar.gz
178178rm diffdock_benchmark_method_predictions.tar.gz
179179# FABind predictions and results
180- wget https://zenodo.org/records/11477766 /files/fabind_benchmark_method_predictions.tar.gz
180+ wget https://zenodo.org/records/13858866 /files/fabind_benchmark_method_predictions.tar.gz
181181tar -xzf fabind_benchmark_method_predictions.tar.gz
182182rm fabind_benchmark_method_predictions.tar.gz
183183# DynamicBind predictions and results
184- wget https://zenodo.org/records/11477766 /files/dynamicbind_benchmark_method_predictions.tar.gz
184+ wget https://zenodo.org/records/13858866 /files/dynamicbind_benchmark_method_predictions.tar.gz
185185tar -xzf dynamicbind_benchmark_method_predictions.tar.gz
186186rm dynamicbind_benchmark_method_predictions.tar.gz
187187# NeuralPLexer predictions and results
188- wget https://zenodo.org/records/11477766 /files/neuralplexer_benchmark_method_predictions.tar.gz
188+ wget https://zenodo.org/records/13858866 /files/neuralplexer_benchmark_method_predictions.tar.gz
189189tar -xzf neuralplexer_benchmark_method_predictions.tar.gz
190190rm neuralplexer_benchmark_method_predictions.tar.gz
191191# RoseTTAFold-All-Atom predictions and results
192- wget https://zenodo.org/records/11477766 /files/rfaa_benchmark_method_predictions.tar.gz
192+ wget https://zenodo.org/records/13858866 /files/rfaa_benchmark_method_predictions.tar.gz
193193tar -xzf rfaa_benchmark_method_predictions.tar.gz
194194rm rfaa_benchmark_method_predictions.tar.gz
195195# Chai-1 predictions and results
196- wget https://zenodo.org/records/11477766 /files/chai_benchmark_method_predictions.tar.gz
196+ wget https://zenodo.org/records/13858866 /files/chai_benchmark_method_predictions.tar.gz
197197tar -xzf chai_benchmark_method_predictions.tar.gz
198198rm chai_benchmark_method_predictions.tar.gz
199199# TULIP predictions and results
200- wget https://zenodo.org/records/11477766 /files/tulip_benchmark_method_predictions.tar.gz
200+ wget https://zenodo.org/records/13858866 /files/tulip_benchmark_method_predictions.tar.gz
201201tar -xzf tulip_benchmark_method_predictions.tar.gz
202202rm tulip_benchmark_method_predictions.tar.gz
203203# AutoDock Vina predictions and results
204- wget https://zenodo.org/records/11477766 /files/vina_benchmark_method_predictions.tar.gz
204+ wget https://zenodo.org/records/13858866 /files/vina_benchmark_method_predictions.tar.gz
205205tar -xzf vina_benchmark_method_predictions.tar.gz
206206rm vina_benchmark_method_predictions.tar.gz
207207# Astex Diverse, PoseBusters Benchmark (w/ pocket-only results), DockGen, and CASP15 consensus ensemble predictions and results
208- wget https://zenodo.org/records/11477766 /files/astex_diverse_ensemble_benchmark_method_predictions.tar.gz
209- wget https://zenodo.org/records/11477766 /files/posebusters_benchmark_ensemble_benchmark_method_predictions.tar.gz
210- wget https://zenodo.org/records/11477766 /files/dockgen_ensemble_benchmark_method_predictions.tar.gz
211- wget https://zenodo.org/records/11477766 /files/casp15_ensemble_benchmark_method_predictions.tar.gz
208+ wget https://zenodo.org/records/13858866 /files/astex_diverse_ensemble_benchmark_method_predictions.tar.gz
209+ wget https://zenodo.org/records/13858866 /files/posebusters_benchmark_ensemble_benchmark_method_predictions.tar.gz
210+ wget https://zenodo.org/records/13858866 /files/dockgen_ensemble_benchmark_method_predictions.tar.gz
211+ wget https://zenodo.org/records/13858866 /files/casp15_ensemble_benchmark_method_predictions.tar.gz
212212tar -xzf astex_diverse_ensemble_benchmark_method_predictions.tar.gz
213213tar -xzf posebusters_benchmark_ensemble_benchmark_method_predictions.tar.gz
214214tar -xzf dockgen_ensemble_benchmark_method_predictions.tar.gz
@@ -285,7 +285,7 @@ python3 posebench/data/components/protein_apo_to_holo_alignment.py dataset=poseb
285285python3 posebench/data/components/protein_apo_to_holo_alignment.py dataset=astex_diverse num_workers=1
286286```
287287
288- ** NOTE:** The preprocessed Astex Diverse, PoseBusters Benchmark, DockGen, and CASP15 data available via [ Zenodo] ( https://doi.org/10.5281/zenodo.11477766 ) provide pre-holo-aligned protein structures predicted by AlphaFold 3 for these respective datasets. Accordingly, users must ensure their usage of such predicted protein structures aligns with the AlphaFold Server's [ Terms of Service] ( https://alphafoldserver.com/terms ) .
288+ ** NOTE:** The preprocessed Astex Diverse, PoseBusters Benchmark, DockGen, and CASP15 data available via [ Zenodo] ( https://doi.org/10.5281/zenodo.13858866 ) provide pre-holo-aligned protein structures predicted by AlphaFold 3 for these respective datasets. Accordingly, users must ensure their usage of such predicted protein structures aligns with the AlphaFold Server's [ Terms of Service] ( https://alphafoldserver.com/terms ) .
289289
290290</details >
291291
0 commit comments