You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for developing this useful project.
When using the parse function from atomworks.io.parser, extra fields will be removed if add_missing_atoms is set to True. It would be helpful if these extra_fields could be preserved, as they often contain necessary information (e.g. auth_asym_id is frequently used).
For atoms that are added because they were missing in the original mmCIF or PDB file, the corresponding extra_fields could be filled with nan or another placeholder value if the data is not available in the source file.
Would it be possible to update the behavior so that extra_fields are retained rather than deleted in such cases?