[Chimera-users] plotting RMSD vs Residue number
Eric Pettersen
pett at cgl.ucsf.edu
Thu Mar 2 15:59:09 PST 2006
On Mar 2, 2006, at 3:47 PM, Eric Pettersen wrote:
> print r1.oslIdent(), rmsd(r1.atoms, r2.atoms)
Slight errata. The 'atoms' attribute of Residue isn't guaranteed to
return the atoms in any particular order, whereas the 'oslChildren()'
method sorts the atoms (based on name and serial number). So, the
above line of the Python script should really be:
print r1.oslIdent(), rmds(r1.oslChildren(), r2.oslChildren())
--Eric
More information about the Chimera-users
mailing list