Skip to content

Commit 6291a82

Browse files
committed
Add official support for DockGen and pocket-only PoseBusters Benchmark experiments
1 parent 07b3acd commit 6291a82

39 files changed

+3268
-141
lines changed

README.md

Lines changed: 91 additions & 26 deletions
Large diffs are not rendered by default.

data/test_cases/dockgen/ensemble_inputs.csv

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/acknowledgements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Acknowledgements
22
================
33

44
.. mdinclude:: ../../README.md
5-
:start-line: 806
6-
:end-line: 822
5+
:start-line: 871
6+
:end-line: 887

docs/source/available_methods.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Available inference methods
22
================
33

44
.. mdinclude:: ../../README.md
5-
:start-line: 271
6-
:end-line: 308
5+
:start-line: 282
6+
:end-line: 319
77

88
.. note::
99
Have a new method to add? Please let us know by creating a pull request. We would be happy to work with you to integrate new methodology into this benchmark!

docs/source/bonus.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Bonus
22
================
33

44
.. mdinclude:: ../../README.md
5-
:start-line: 838
6-
:end-line: 840
5+
:start-line: 903
6+
:end-line: 905
77

88
.. image:: ./_static/WorkBench.jpeg
99
:alt: My brain after building PoseBench

docs/source/citing_this_work.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Citing this work
22
================
33

44
.. mdinclude:: ../../README.md
5-
:start-line: 824
6-
:end-line: 834
5+
:start-line: 889
6+
:end-line: 899

docs/source/comparative_plots.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ How to create comparative plots of inference results
22
================
33

44
.. mdinclude:: ../../README.md
5-
:start-line: 755
6-
:end-line: 762
5+
:start-line: 818
6+
:end-line: 827

docs/source/configs/analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This config file is used to determine how a predicted protein-ligand complex str
1313
:caption: :file:`analysis/complex_alignment.yaml`
1414

1515

16-
Inference analysis (PoseBusters and Astex)
16+
Inference analysis (PoseBusters, Astex, and DockGen)
1717
--------------------------
1818

19-
This config file is used to determine how to score a predicted protein-ligand complex from the PoseBusters Benchmark or Astex Diverse datasets.
19+
This config file is used to determine how to score a predicted protein-ligand complex from the PoseBusters Benchmark, Astex Diverse, or DockGen datasets.
2020

2121
.. literalinclude:: ../../../configs/analysis/inference_analysis.yaml
2222
:language: yaml

docs/source/configs/data.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Method data parsers
3333

3434
These data parser configurations are used to modify how the input (output) protein-ligand complex structures of each method are prepared (extracted).
3535

36+
Binding site crop preparation
37+
^^^^^^^^^^^^^^^^^^^^^^^^
38+
.. literalinclude:: ../../../configs/data/binding_site_crop_preparation.yaml
39+
:language: yaml
40+
:caption: :file:`data/binding_site_crop_preparation.yaml`
41+
3642
DiffDock input preparation
3743
^^^^^^^^^^^^^^^^^^^^^^^^
3844
.. literalinclude:: ../../../configs/data/diffdock_input_preparation.yaml

docs/source/data_preparation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ How to prepare `PoseBench` data
33

44
.. mdinclude:: ../../README.md
55
:start-line: 130
6-
:end-line: 265
6+
:end-line: 276

0 commit comments

Comments
 (0)