Skip to content

Commit c266d13

Browse files
committed
Update docs and citation
1 parent b935b9e commit c266d13

18 files changed

+77
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ If you use the code or benchmark method predictions associated with this reposit
13361336

13371337
```bibtex
13381338
@inproceedings{morehead2024posebench,
1339-
title={Deep Learning for Protein-Ligand Docking: Are We There Yet?},
1339+
title={Assessing the potential of deep learning for protein-ligand docking},
13401340
author={Morehead, Alex and Giri, Nabin and Liu, Jian and Neupane, Pawan and Cheng, Jianlin},
13411341
booktitle={ICML AI4Science Workshop},
13421342
year={2024},

citation.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@inproceedings{morehead2024posebench,
2-
title={Deep Learning for Protein-Ligand Docking: Are We There Yet?},
2+
title={Assessing the potential of deep learning for protein-ligand docking},
33
author={Morehead, Alex and Giri, Nabin and Liu, Jian and Neupane, Pawan and Cheng, Jianlin},
44
booktitle={ICML AI4Science Workshop},
55
year={2024},

docs/source/_static/PoseBench.png

-6.26 KB
Loading

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: 1178
6-
:end-line: 1198
5+
:start-line: 1309
6+
:end-line: 1332

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: 327
6-
:end-line: 370
5+
:start-line: 367
6+
:end-line: 412
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: 1216
6-
:end-line: 1218
5+
:start-line: 1350
6+
:end-line: 1352
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: 1200
6-
:end-line: 1212
5+
:start-line: 1334
6+
:end-line: 1346

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: 1108
6-
:end-line: 1134
5+
:start-line: 1237
6+
:end-line: 1265

docs/source/configs/data.rst

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,49 @@ This section describes the configurations for various data-related scripts.
77
Input data components
88
------------------------
99

10-
These data component configurations are used to modify how the input (apo) protein structures are predicted or aligned.
10+
These data component configurations are used to modify how the input (apo) protein structures are predicted, aligned, or analyzed or how one data format is converted to another.
1111

12-
Protein apo-to-holo alignment
12+
Convert mmCIF to PDB
1313
^^^^^^^^^^^^^^^^^^^^^^^^
14-
.. literalinclude:: ../../../configs/data/components/protein_apo_to_holo_alignment.yaml
14+
.. literalinclude:: ../../../configs/data/components/convert_mmcif_to_pdb.yaml
1515
:language: yaml
16-
:caption: :file:`data/components/protein_apo_to_holo_alignment.yaml`
16+
:caption: :file:`data/components/convert_mmcif_to_pdb.yaml`
17+
18+
ESMFold sequence preparation
19+
^^^^^^^^^^^^^^^^^^^^^^^^
20+
.. literalinclude:: ../../../configs/data/components/esmfold_sequence_preparation.yaml
21+
:language: yaml
22+
:caption: :file:`data/components/esmfold_sequence_preparation.yaml`
1723

1824
FASTA preparation
1925
^^^^^^^^^^^^^^^^^^^^^^^^
2026
.. literalinclude:: ../../../configs/data/components/fasta_preparation.yaml
2127
:language: yaml
2228
:caption: :file:`data/components/fasta_preparation.yaml`
2329

24-
ESMFold sequence preparation
30+
Plot dataset RMSD
2531
^^^^^^^^^^^^^^^^^^^^^^^^
26-
.. literalinclude:: ../../../configs/data/components/esmfold_sequence_preparation.yaml
32+
.. literalinclude:: ../../../configs/data/components/plot_dataset_rmsd.yaml
2733
:language: yaml
28-
:caption: :file:`data/components/esmfold_sequence_preparation.yaml`
34+
:caption: :file:`data/components/plot_dataset_rmsd.yaml`
2935

36+
Prepare Boltz-1 MSAs
37+
^^^^^^^^^^^^^^^^^^^^^^^^
38+
.. literalinclude:: ../../../configs/data/components/prepare_boltz_msas.yaml
39+
:language: yaml
40+
:caption: :file:`data/components/prepare_boltz_msas.yaml`
41+
42+
Prepare Chai-1 MSAs
43+
^^^^^^^^^^^^^^^^^^^^^^^^
44+
.. literalinclude:: ../../../configs/data/components/prepare_chai_msas.yaml
45+
:language: yaml
46+
:caption: :file:`data/components/prepare_chai_msas.yaml`
47+
48+
Protein apo-to-holo alignment
49+
^^^^^^^^^^^^^^^^^^^^^^^^
50+
.. literalinclude:: ../../../configs/data/components/protein_apo_to_holo_alignment.yaml
51+
:language: yaml
52+
:caption: :file:`data/components/protein_apo_to_holo_alignment.yaml`
3053

3154
Method data parsers
3255
------------------------
@@ -93,6 +116,18 @@ Chai-1 output extraction
93116
:language: yaml
94117
:caption: :file:`data/chai_output_extraction.yaml`
95118

119+
Boltz-1 input preparation
120+
^^^^^^^^^^^^^^^^^^^^^^^^
121+
.. literalinclude:: ../../../configs/data/boltz_input_preparation.yaml
122+
:language: yaml
123+
:caption: :file:`data/boltz_input_preparation.yaml`
124+
125+
Boltz-1 output extraction
126+
^^^^^^^^^^^^^^^^^^^^^^^^
127+
.. literalinclude:: ../../../configs/data/boltz_output_extraction.yaml
128+
:language: yaml
129+
:caption: :file:`data/boltz_output_extraction.yaml`
130+
96131
AlphaFold 3 output extraction
97132
^^^^^^^^^^^^^^^^^^^^^^^^
98133
.. literalinclude:: ../../../configs/data/af3_output_extraction.yaml

docs/source/configs/model.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Chai-1 inference
5151
:language: yaml
5252
:caption: :file:`model/chai_inference.yaml`
5353

54+
Boltz-1 inference
55+
^^^^^^^^^^^^^^^^^^^^^^^^
56+
.. literalinclude:: ../../../configs/model/boltz_inference.yaml
57+
:language: yaml
58+
:caption: :file:`model/boltz_inference.yaml`
59+
5460
Vina inference
5561
^^^^^^^^^^^^^^^^^^^^^^^^
5662
.. literalinclude:: ../../../configs/model/vina_inference.yaml

0 commit comments

Comments
 (0)