Skip to content
Snippets Groups Projects
Commit ff7a4d4e authored by Studer Gabriel's avatar Studer Gabriel
Browse files

document missing functions

parent 31dd36bc
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ functionality of :class:`CloserBase`.
of :class:`~promod3.loop.TorsionSampler`
:type seed: :class:`int`
.. method:: Close(actual_positions,closed_positions)
.. method:: Close(actual_positions, closed_positions)
:param actual_positions: Conformation to be closed.
:param closed_positions: Closed conformation gets stored in here.
......@@ -357,7 +357,7 @@ functionality of :class:`CloserBase`.
:type n_stem: :class:`ost.mol.ResidueHandle`
:type c_stem: :class:`ost.mol.ResidueHandle`
.. method:: Close(actual_positions,closed_positions)
.. method:: Close(actual_positions, closed_positions)
:param actual_positions: Conformation to be closed.
:param closed_positions: Closed conformation gets stored in here.
......@@ -384,7 +384,7 @@ functionality of :class:`CloserBase`.
:type c_stem: :class:`ost.mol.ResidueHandle`
:type seed: :class:`int`
.. method:: Close(actual_positions,closed_positions)
.. method:: Close(actual_positions, closed_positions)
:param actual_positions: Conformation to be closed.
:param closed_positions: Closed conformation gets stored in here.
......@@ -404,7 +404,18 @@ functionality of :class:`CloserBase`.
adapt.
:type c_stem: :class:`ost.mol.ResidueHandle`
:returns: Whether closing was successful
.. method:: Close(actual_positions, closed_positions)
:param actual_positions: Conformation to be closed (or in this case
transformed in space).
:param closed_positions: Closed (transformed) conformation gets stored in
here.
:type actual_positions: :class:`~promod3.loop.BackboneList`
:type closed_positions: :class:`~promod3.loop.BackboneList`
:returns: Whether closing was successful
.. class:: CTerminalCloser(n_stem)
......@@ -416,7 +427,17 @@ functionality of :class:`CloserBase`.
adapt.
:type n_stem: :class:`ost.mol.ResidueHandle`
:returns: Whether closing was successful
.. method:: Close(actual_positions,closed_positions)
:param actual_positions: Conformation to be closed (or in this case
transformed in space).
:param closed_positions: Closed (transformed) conformation gets stored in
here.
:type actual_positions: :class:`~promod3.loop.BackboneList`
:type closed_positions: :class:`~promod3.loop.BackboneList`
:returns: Whether closing was successful
.. class:: DeNovoCloser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment