Skip to content

Commit

Permalink
Make sure mmCIF split works with multi-atom files
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 21, 2024
1 parent 8c437e6 commit 09072b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/backend/test_run_foxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ def test_run_job_ok_multimodel_cif(self):
with open('1.cif', 'w') as fh:
fh.write(
_ATOM_SITE + """
ATOM O OXT . LEU A A 129 129 ? -17.840 19.891 8.551 1.000 4.690 1 1001 1
ATOM N N . LYS A A 1 1 ? 3.287 10.092 10.329 1.000 5.890 1 1 1
ATOM C CA . LYS A A 1 1 ? 2.445 10.457 9.182 1.000 8.160 1 2 1
ATOM C CA . VAL A A 2 2 ? 2.396 13.826 7.425 1.000 9.160 1 1003 9
ATOM C CA . LYS A A 1 1 ? 2.445 10.457 9.182 1.000 8.160 1 1005 8
""")
Expand Down

0 comments on commit 09072b2

Please sign in to comment.