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

speedup: use mol.BUFFERED_EDIT lig scoring preprocessing

parent fe7e037c
No related branches found
No related tags found
No related merge requests found
...@@ -772,7 +772,7 @@ class LigandScorer: ...@@ -772,7 +772,7 @@ class LigandScorer:
# Instantiate the editor # Instantiate the editor
if new_editor is None: if new_editor is None:
new_editor = new_entity.EditXCS() new_editor = new_entity.EditXCS(mol.BUFFERED_EDIT)
new_chain = new_entity.FindChain(residue.chain.name) new_chain = new_entity.FindChain(residue.chain.name)
if not new_chain.IsValid(): if not new_chain.IsValid():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment