Skip to content

Commit

Permalink
fix blastpdb getHits docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 18, 2023
1 parent 29ee9d0 commit c386330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prody/proteins/blastpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ def getHits(self, percent_identity=0., percent_overlap=0., chain=False):
to or higher than this value will be returned, default is ``0.``
:type percent_identity: float
:arg percent_overlap: PDB hits with percent coverage of the query
sequence equivalent or better will be returned, default is ``0.``
sequence equivalent or better will be returned, default is ``0.``
:type percent_overlap: float
:arg chain: if chain is **True**, individual chains in a PDB file
will be considered as separate hits , default is **False**
will be considered as separate hits, default is **False**
:type chain: bool"""

assert isinstance(percent_identity, (float, int)), \
Expand Down

0 comments on commit c386330

Please sign in to comment.