Skip to content

Commit

Permalink
contact_min removed from calcFrequentInteractors()
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Nov 6, 2023
1 parent 1a5d32a commit d780888
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4094,14 +4094,10 @@ def calcFrequentInteractors(self, **kwargs):
Selection pointed as None will return all interactions together
without ligands separation.
:type selection: str
:arg contacts_min: Minimal number of contacts which residue may form with ligand.
by default is 2.
:type contacts_min: int """
"""

atoms = self._atoms
interactions = self._interactions_traj
contacts_min = kwargs.pop('contacts_min', 2)
selection = kwargs.pop('selection', None)

from collections import Counter
Expand Down

0 comments on commit d780888

Please sign in to comment.