Skip to content

Commit

Permalink
caching alignments gives unexpected results when # mod chains < # nat…
Browse files Browse the repository at this point in the history
… chains
  • Loading branch information
clami66 committed Mar 25, 2024
1 parent 8dcbef2 commit 34a4029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DockQ/DockQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def dockq_formula(fnat, irms, Lrms):
) / 3


@lru_cache
#@lru_cache
def align_chains(model_chain, native_chain, use_numbering=False):
"""
Function to align two PDB structures. This can be done by sequence (default) or by
Expand Down

0 comments on commit 34a4029

Please sign in to comment.