Skip to content

Commit

Permalink
fix in kwargs, createFoldseekAlignment
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Nov 10, 2024
1 parent f2956d9 commit ca71719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3240,7 +3240,7 @@ def showSminaTermValues(data):
return show


def createFoldseekAlignment(prot_seq, prot_foldseek, *kwargs):
def createFoldseekAlignment(prot_seq, prot_foldseek, **kwargs):
"""Aligns sequences from prot_seq with homologous sequences identified in prot_foldseek,
generating a multiple sequence alignment.
Expand Down

0 comments on commit ca71719

Please sign in to comment.