Skip to content

Commit

Permalink
fix issue with writing author_id to _struct_asym.id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellszi committed Sep 17, 2024
1 parent 70c49d9 commit 5eddbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna3db/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def write_mmcif_chain(self, output_path, author_id):
"entity_id",
"details",
],
[("A", "N", "N", 1, "?")],
[(author_id, "N", "N", 1, "?")],
)
chem_comp_str = StructureFile._gen_mmcif_loop_str(
"chem_comp",
Expand Down

0 comments on commit 5eddbcc

Please sign in to comment.