
30 Mar
2025
30 Mar
'25
12:20 p.m.
Hello! I am trying to create a new attribute in a cif file called align_rmsd. For the example, assume I want all atoms to have this attribute equal to 5. For this, I am opening the file in ChimeraX and applying the following command: setattr atoms align_rmsd 5.0 create true type float With the following result: Assigning align_rmsd attribute to 145 items However, when I do "save new.cif" I don't see any new attribute in the loop _atom_site.align_rmsd nor any value equal to 5. How can I store this values in a new cif file so that I see the values equal to 5? Thank you in advance! Javier