Skip to content

Commit 5eddbcc

Browse files
committed
fix issue with writing author_id to _struct_asym.id
1 parent 70c49d9 commit 5eddbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rna3db/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def write_mmcif_chain(self, output_path, author_id):
422422
"entity_id",
423423
"details",
424424
],
425-
[("A", "N", "N", 1, "?")],
425+
[(author_id, "N", "N", 1, "?")],
426426
)
427427
chem_comp_str = StructureFile._gen_mmcif_loop_str(
428428
"chem_comp",

0 commit comments

Comments
 (0)