Skip to content

Commit

Permalink
Merge pull request #1995 from jamesmkrieger/blast_docs
Browse files Browse the repository at this point in the history
update blast writeSequences docs
  • Loading branch information
jamesmkrieger authored Nov 21, 2024
2 parents d3730c3 + ca6d22c commit 6862fdc
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 6862fdc

Please sign in to comment.