|
Hi, I am working with a pair of structures for which I have rotation and translation vectors already. I am able to apply the rotation correctly to the structure, but when i do Is there a recommend way to update the coordinates which only updates the structure coordinates? Similarly, if i add a chain to the structure, and want to update the mmcif block, I would lose this information. Thanks in advance for any help with this! |
Replies: 1 comment 5 replies
|
A few months ago I wanted to do something similar (for The problem with updating structure is that things may get out of sync. For example, if instead of changing coordinates you change chain names, you also need to update secondary structure description. There are plenty of such dependencies and tracking what was changed and what needs to be updated would be too convoluted, it's much simpler to rewrite everything. Do you know why molstar can't show the secondary structure? Categories with SS (_struct_conf, _struct_sheet etc) should be read and written back. |
would it work if _chem_comp was missing entirely? This would be the easiest. If not, I'll try to add
_chem_comp.typenext week.