Skip to content

Commit 2856cb7

Browse files
committed
update: regenerate results and plots with ligand scoring bug fix
1 parent 0f3de40 commit 2856cb7

File tree

42 files changed

+11125
-11376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+11125
-11376
lines changed

configs/scripts/build_inference_script.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ methods_to_sweep: [
2929
] # the methods to sweep
3030
vina_binding_site_methods_to_sweep: ["p2rank"] # the Vina binding site prediction methods to sweep
3131
ensemble_ranking_methods_to_sweep: ["consensus"] # the ensemble ranking methods to sweep - NOTE: must be one of (`consensus`, `ff`)
32-
datasets_to_sweep: [
33-
"posebusters_benchmark",
34-
"astex_diverse",
35-
"dockgen",
36-
] # the datasets to sweep
32+
datasets_to_sweep: ["posebusters_benchmark", "astex_diverse", "dockgen"] # the datasets to sweep
3733
num_sweep_repeats: 3 # the number of repeats to run for each method-dataset sweep (if the method is a generative method)

configs/scripts/build_interaction_analysis_script.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ methods_to_sweep: [
1818
"alphafold3_ss",
1919
"alphafold3",
2020
] # the methods to sweep
21-
datasets_to_sweep: [
22-
"astex_diverse",
23-
"dockgen",
24-
"posebusters_benchmark",
25-
] # the datasets to sweep
21+
datasets_to_sweep: ["astex_diverse", "dockgen", "posebusters_benchmark"] # the datasets to sweep

environments/posebench_environment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ dependencies:
408408
- async-timeout==4.0.3
409409
- autopage==0.5.1
410410
- beartype==0.14.0
411-
- biopandas==0.5.1.dev0
411+
- biopandas==0.5.1
412412
- biopython==1.79
413413
- bioservices==1.11.2
414414
- biotite==1.2.0
@@ -521,7 +521,7 @@ dependencies:
521521
- optuna==2.10.1
522522
- packaging==25.0
523523
- packmol-memgen==2023.2.24
524-
- pandas==1.5.0
524+
- pandas==2.0.0
525525
- pandoc==2.3
526526
- pastel==0.2.1
527527
- pathsimanalysis==1.2.0
@@ -536,7 +536,7 @@ dependencies:
536536
- plumbum==1.8.3
537537
- ply==3.11
538538
- poethepoet==0.10.0
539-
- git+https://github.com/amorehead/posebusters.git@posebench-0.7.0
539+
- posebusters==0.6.5
540540
- git+https://github.com/amorehead/posecheck.git@posebench
541541
- pot==0.9.1
542542
- pre-commit==3.6.2
@@ -551,15 +551,15 @@ dependencies:
551551
- pydocstyle==6.3.0
552552
- pyjwt==2.8.0
553553
- pymsmt==22.0
554-
- pypdb==2.3
554+
- pypdb==2.5
555555
- pyperclip==1.8.2
556556
- python-dotenv==1.0.0
557557
- python-multipart==0.0.9
558558
- pytorch-lightning==2.1.3
559559
- pytraj==2.0.6
560560
- pytz==2022.4
561561
- pyzmq==25.1.1
562-
- rdkit==2025.3.5
562+
- rdkit==2025.9.6
563563
- regex==2023.10.3
564564
- requests-cache==1.1.0
565565
- requests-oauthlib==2.0.0
@@ -570,7 +570,7 @@ dependencies:
570570
- rsa==4.9.1
571571
- s3transfer==0.7.0
572572
- sander==22.0
573-
- scikit-learn==1.1.2
573+
- scikit-learn==1.7.2
574574
- scipy==1.14.1
575575
- seaborn==0.12.2
576576
- selfies==2.1.1
@@ -586,7 +586,7 @@ dependencies:
586586
- sphinxcontrib-jsmath==1.0.1
587587
- sphinxcontrib-qthelp==2.0.0
588588
- sphinxcontrib-serializinghtml==2.0.0
589-
- spyrmsd==0.5.2
589+
- spyrmsd==0.9.0
590590
- sqlalchemy==2.0.20
591591
- starlette==0.27.0
592592
- stevedore==5.1.0
-1.41 KB
Binary file not shown.
-660 Bytes
Binary file not shown.

notebooks/astex_diverse_plif_metrics.csv

Lines changed: 747 additions & 747 deletions
Large diffs are not rendered by default.
-123 Bytes
Binary file not shown.
63 Bytes
Binary file not shown.
-743 Bytes
Binary file not shown.

notebooks/astex_diverse_structured_plif_metrics.csv

Lines changed: 568 additions & 581 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)