Skip to content

Commit

Permalink
update blast writeSequences docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 19, 2024
1 parent e6faf3f commit ca6d22c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions prody/proteins/blastpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,8 @@ def getBest(self):

def writeSequences(self, filename, **kwargs):
"""
Returns a plot that contains a dendrogram of the sequence similarities among
the sequences in given hit list.
:arg hits: A dictionary that contains hits that are obtained from a blast record object.
:type hits: dict
Writes a fasta file containing the hit sequences under 'hseq' field.
These are not equivalently aligned.
Arguments of getHits can be parsed as kwargs.
"""
Expand Down

0 comments on commit ca6d22c

Please sign in to comment.