Skip to content
Snippets Groups Projects
Verified Commit 3264517b authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: lddt_pli_radius should be >= radius

An lddt_pli_radius < radius may lead to the absence of contacts in
lDDT-PLI.
parent 9918303c
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,8 @@ class LigandScorer: ...@@ -214,7 +214,8 @@ class LigandScorer:
atoms within this distance of the ligand will be considered atoms within this distance of the ligand will be considered
for inclusion in the binding site. for inclusion in the binding site.
:type radius: :class:`float` :type radius: :class:`float`
:param lddt_pli_radius: lDDT inclusion radius for lDDT-PLI. :param lddt_pli_radius: lDDT inclusion radius for lDDT-PLI. Should be
at least equal to or larger than `radius`.
:type lddt_pli_radius: :class:`float` :type lddt_pli_radius: :class:`float`
:param lddt_lp_radius: lDDT inclusion radius for lDDT-LP. :param lddt_lp_radius: lDDT inclusion radius for lDDT-LP.
:type lddt_lp_radius: :class:`float` :type lddt_lp_radius: :class:`float`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment