Skip to content

Commit 12c7217

Browse files
committed
Update CHANGELOG.md
1 parent 9dff221 commit 12c7217

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1-
### 0.6.0 - TBD
1+
### 0.6.0 - 02/09/2025
2+
3+
**Additions**:
24

35
- Added new baseline methods (AlphaFold 3, Chai-1 with multiple sequence alignments (MSAs))
46
- Added new binding site-focused implementation of `complex_alignment.py` based on PyMOL's `align` command, which in many cases yields 3x better docking evaluation scores for baseline methods
57
- Added new script for analyzing baseline methods' protein conformational changes w.r.t. input (e.g., AlphaFold) protein structures and the corresponding reference (crystal) protein structures
6-
- Added the new centroid RMSD and PLIF-EMD/WM metrics
7-
- Added a failure mode analysis notebook
8-
- Introducing DockGen-E, a new version of the DockGen benchmark dataset featuring enhanced biomolecular context for docking and co-folding predictions - namely, now all DockGen complexes represent the first (biologically relevant) bioassembly of the corresponding PDB structure
8+
- Added the new centroid RMSD and **PLIF-EMD/WM** metrics (n.b., see new arXiv preprint for more details)
9+
- Added a failure mode analysis notebook (n.b., see new arXiv preprint for more details)
10+
11+
**Changes**:
12+
13+
- Introducing **DockGen-E**, a new version of the DockGen benchmark dataset featuring enhanced biomolecular context for docking and co-folding predictions - namely, now all DockGen complexes represent the first (biologically relevant) bioassembly of the corresponding PDB structure
914
- For the single-ligand datasets (i.e., Astex Diverse, PoseBusters Benchmark, and DockGen), now providing each baseline method with primary *and cofactor* ligand SMILES strings for prediction, to enhance the biomolecular context of these methods' predicted structures - as a result, for these single-ligand datasets, now the predicted ligand *most similar* to the primary ligand (in terms of both Tanimoto and structural similarity) is selected for scoring (which adds an additional layer of challenges for baseline methods)
1015
- Updated Chai-1's inference code to commit `44375d5d4ea44c0b5b7204519e63f40b063e4a7c`, and ran it also with standardized (paired) MSAs
1116
- Replaced all AlphaFold 3 server predictions of each dataset's protein structures with predictions from AlphaFold 3's local inference code
17+
18+
**Deprecations**:
19+
1220
- Pocket-only benchmarking has been deprecated
21+
22+
**Results**:
23+
1324
- With all the above changed in place, simplified, re-ran, and re-analyzed all baseline methods for each benchmark dataset, and updated the baseline predictions and datasets (now containing standardized MSAs) hosted on Zenodo
25+
- **NOTE**: The updated arXiv preprint should be publicly available by 02/12/2025
1426

1527
### 0.5.0 - 09/30/2024
1628

0 commit comments

Comments
 (0)