mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
* add autodocs for gathering septop and abfe * update docstrings * add blurb to openfe gather docs * add missing docstrings * add warning * add zstandard to docs mocks * Apply suggestions from code review Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> * add cinnabar to doc mocks --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
24 lines
791 B
ReStructuredText
24 lines
791 B
ReStructuredText
.. _cli_gather:
|
|
|
|
``gather`` command
|
|
====================
|
|
|
|
Currently, ``openfe gather`` is only able to gather results from Relative Binding Free Energy (RBFE) calculations.
|
|
|
|
To gather results from ABFE or SepTop protocols, you may use the experimental :ref:`openfe gather-abfe <gather-abfe>` and :ref:`openfe gather-septop <gather-septop>` CLI commands, but please note that these commands are still under development and liable to change in future releases, and meant to be used only for exploratory work.
|
|
|
|
.. click:: openfecli.commands.gather:gather
|
|
:prog: openfe gather
|
|
|
|
|
|
.. _gather-abfe:
|
|
|
|
.. click:: openfecli.commands.gather_abfe:gather_abfe
|
|
:prog: openfe gather-abfe
|
|
|
|
|
|
.. _gather-septop:
|
|
|
|
.. click:: openfecli.commands.gather_septop:gather_septop
|
|
:prog: openfe gather-septop
|