Skip to content

Commit

Permalink
extractMultiModelPDB improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Nov 10, 2024
1 parent 81f1e0c commit 1260011
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 @@ -3239,7 +3239,7 @@ def showSminaTermValues(data):
return show


def extractMultiModelPDB(multimodelPDB, folder_name):
def extractMultiModelPDB(multimodelPDB, **kwargs):
"""Extracts individual PDB models from multimodel PDB and places them into the pointed directory.
If used for calculating calcSignatureInteractions align the models.
Expand Down

0 comments on commit 1260011

Please sign in to comment.