Skip to content

Commit

Permalink
doc findClusterCenters filename kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Aug 4, 2024
1 parent 2e46fac commit e346e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prody/proteins/waterbridges.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,11 @@ def findClusterCenters(file_pattern, **kwargs):
:arg numC: min number of molecules in a cluster
default is 3
:type numC: int
:arg filename: filename for output pdb file with clusters
Default of **None** leads to
'clusters_'+file_pattern.split("*")[0]+'.pdb'
:type filename: str
"""

import glob
Expand Down

0 comments on commit e346e50

Please sign in to comment.