Hi!

I have a group of structures (168 in total) and I want to align all of them
to the first one in order to know the RMSD calculation. For that purpose I
use the following:

f=open('rmsd.txt','w')
rms2=cmd.align('structure_0002 and name ca','structure_0001 and name ca')
.
. (NOTE: I got all of these structures by the command split_states somename)
.
rms9=cmd.align('structure_0009 and name ca','structure_0001 and name ca')

How do I get the output with the *number* of each RMSD into the text
file rmsd.txt? What other way can I use to do so?

Thanks in advance,

D.
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to