Skip to content

Commit

Permalink
chore: add count support
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Nov 24, 2024
1 parent 53f420e commit 40763d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prolif/fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,9 @@ def _run_bridged_analysis(self, traj, lig, prot, water, **kwargs):
kwargs.pop("n_jobs", None)
residues = kwargs.pop("residues", None)
fp = Fingerprint(
interactions=["HBDonor", "HBAcceptor"], parameters=self.parameters
interactions=["HBDonor", "HBAcceptor"],
parameters=self.parameters,
count=self.count,
)

# run analysis twice, once on ligand-water, then on water-prot
Expand Down

0 comments on commit 40763d0

Please sign in to comment.