From e1d9b9a7cf90b9c2ad909906a5d9c6037664cacc Mon Sep 17 00:00:00 2001 From: Tauriello Gerardo <gerardo.tauriello@unibas.ch> Date: Fri, 11 Feb 2022 10:33:02 +0000 Subject: [PATCH] Doc fix - VINA energy function available in ReconstructSidechains --- modelling/pymod/_reconstruct_sidechains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelling/pymod/_reconstruct_sidechains.py b/modelling/pymod/_reconstruct_sidechains.py index 47228fb0..e10f1948 100644 --- a/modelling/pymod/_reconstruct_sidechains.py +++ b/modelling/pymod/_reconstruct_sidechains.py @@ -467,7 +467,7 @@ def ReconstructSidechains(ent, keep_sidechains=False, build_disulfids=True, :meth:`RotamerGraph.TreeSolve`. :type graph_intial_epsilon: :class:`float` :param energy_function: What energy function to use can be any in - ["SCWRL4", "SCWRL3"] + ["SCWRL4", "SCWRL3", "VINA"] :type energy_function: :class:`str` ''' prof_name = 'modelling::ReconstructSidechains' -- GitLab