Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Sep 24, 2024
1 parent e169af7 commit 296f81a
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/source/acknowledgements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Acknowledgements
================

.. mdinclude:: ../../README.md
:start-line: 887
:end-line: 904
:start-line: 965
:end-line: 982
4 changes: 2 additions & 2 deletions docs/source/available_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Available inference methods
================

.. mdinclude:: ../../README.md
:start-line: 287
:end-line: 324
:start-line: 295
:end-line: 334

.. note::
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!
4 changes: 2 additions & 2 deletions docs/source/bonus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Bonus
================

.. mdinclude:: ../../README.md
:start-line: 922
:end-line: 924
:start-line: 1000
:end-line: 1008

.. image:: ./_static/WorkBench.jpeg
:alt: My brain after building PoseBench
Expand Down
4 changes: 2 additions & 2 deletions docs/source/citing_this_work.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Citing this work
================

.. mdinclude:: ../../README.md
:start-line: 906
:end-line: 918
:start-line: 984
:end-line: 996
4 changes: 2 additions & 2 deletions docs/source/comparative_plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to create comparative plots of inference results
================

.. mdinclude:: ../../README.md
:start-line: 834
:end-line: 843
:start-line: 912
:end-line: 921
12 changes: 12 additions & 0 deletions docs/source/configs/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@ RoseTTAFold-All-Atom output extraction
:language: yaml
:caption: :file:`data/rfaa_output_extraction.yaml`

Chai-1 input preparation
^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../../configs/data/chai_input_preparation.yaml
:language: yaml
:caption: :file:`data/chai_input_preparation.yaml`

Chai-1 output extraction
^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../../configs/data/chai_output_extraction.yaml
:language: yaml
:caption: :file:`data/chai_output_extraction.yaml`

TULIP output extraction
^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../../configs/data/tulip_output_extraction.yaml
Expand Down
6 changes: 6 additions & 0 deletions docs/source/configs/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ RoseTTAFold-All-Atom inference
:language: yaml
:caption: :file:`model/rfaa_inference.yaml`

Chai-1 inference
^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../../configs/model/chai_inference.yaml
:language: yaml
:caption: :file:`model/chai_inference.yaml`

Vina inference
^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../../configs/model/vina_inference.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/source/data_preparation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to prepare `PoseBench` data
================

.. mdinclude:: ../../README.md
:start-line: 148
:end-line: 281
:start-line: 152
:end-line: 289
4 changes: 2 additions & 2 deletions docs/source/ensemble_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ How to run inference with a method ensemble
================

.. mdinclude:: ../../README.md
:start-line: 775
:end-line: 828
:start-line: 853
:end-line: 904

.. note::
In addition to having `consensus` as an available value for `ensemble_ranking_method`, one can also set `ensemble_ranking_method=ff` to have the method ensemble's top-ranked predictions selected using the criterion of "minimum (molecular dynamics) force field energy" (albeit while incurring a very large runtime complexity).
4 changes: 2 additions & 2 deletions docs/source/for_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ For developers
================

.. mdinclude:: ../../README.md
:start-line: 849
:end-line: 883
:start-line: 927
:end-line: 961
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Installation

.. mdinclude:: ../../README.md
:start-line: 42
:end-line: 130
:end-line: 134
4 changes: 2 additions & 2 deletions docs/source/method_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to run inference with individual methods
================

.. mdinclude:: ../../README.md
:start-line: 352
:end-line: 769
:start-line: 362
:end-line: 847
4 changes: 2 additions & 2 deletions docs/source/sweep_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to run a sweep of benchmarking experiments
================

.. mdinclude:: ../../README.md
:start-line: 332
:end-line: 346
:start-line: 342
:end-line: 356
4 changes: 2 additions & 2 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Tutorials
================

.. mdinclude:: ../../README.md
:start-line: 136
:end-line: 142
:start-line: 140
:end-line: 146

0 comments on commit 296f81a

Please sign in to comment.