Skip to content

Commit

Permalink
bug fix, now write pdb with TER records
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuanli committed Oct 29, 2024
1 parent dd920f7 commit 874fac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SFC_Torch/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def array2hier(

new_structure = gemmi.Structure()
new_structure.add_model(new_model)
new_structure.setup_entities()
return new_structure


Expand Down

0 comments on commit 874fac1

Please sign in to comment.