Skip to content

Commit

Permalink
bug fix for buildMSA MSA input
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Dec 3, 2024
1 parent 7649077 commit a6cbaa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prody/sequence/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ def buildMSA(sequences, title='Unknown', labels=None, **kwargs):

if align and 'clustal' in method:
filename = writeMSA(title + '.fasta', msa)
else:
filename = writeMSA(title + '.fasta', sequences)

if align:
# 2. find and run alignment method
Expand Down

0 comments on commit a6cbaa7

Please sign in to comment.