diff --git a/prody/proteins/blastpdb.py b/prody/proteins/blastpdb.py index ab72a96b6..2e31730d3 100644 --- a/prody/proteins/blastpdb.py +++ b/prody/proteins/blastpdb.py @@ -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. """