Re: [PyMOL] save new coordinate

2011-07-22 Thread lina
On Thu, Jul 21, 2011 at 1:21 AM, Thomas Holder spel...@users.sourceforge.net wrote: Hi Lina, transform_by_camera_rotation PyMOLtransform_by_camera_rotation Traceback (most recent call last):  File /usr/local/lib/python2.6/dist-packages/pymol/parser.py, line 464, in parse    

[PyMOL] RMSD calculation sans alignment

2011-07-22 Thread Thomas Grant
Dear all, I'm attempting to align a series of structures using the CEAlign plug-in in PyMOL due to a lack of any detectable sequence homology. CEAlign does a good job of aligning and the fits are very reasonable. However, the RMSD that is calculated is based only on the c-alphas that were

Re: [PyMOL] RMSD calculation sans alignment

2011-07-22 Thread Jed Goldstone
Tom- Try ProFit http://www.bioinf.org.uk/software/profit/ Jed Thomas Grant wrote: Dear all, I'm attempting to align a series of structures using the CEAlign plug-in in PyMOL due to a lack of any detectable sequence homology. CEAlign does a good job of aligning and the fits are very

Re: [PyMOL] RMSD calculation sans alignment

2011-07-22 Thread Michael Lerner
PyMOL's rms_cur command will do what you want. E.g. fetch 1rx1 fetch 1ra1 # reports Executive: RMS = 34.329 (159 to 159 atoms) # because the structures still need to be translated and rotated rms_cur (1rx1 and name CA), (1ra1 and name CA) # reports Executive: RMS =0.862 (159 to 159 atoms)

Re: [PyMOL] RMSD calculation sans alignment

2011-07-22 Thread Thomas Grant
Thank you all for your help. Looks like both ProFit and rms_cur will do just what I needed. Thanks! Tom -- Thomas D. Grant Graduate Research Assistant Hauptman-Woodward Medical Research Institute 700 Ellicott St. Buffalo, NY 14203 On Fri, Jul 22, 2011 at 10:59 AM, Michael Lerner

[PyMOL] euler-rod axis

2011-07-22 Thread jp d
hi, from the get_object_matrix output, i can use the euler-rodrigues transformation http://en.wikipedia.org/wiki/Euler%E2%80%93Rodrigues_formula and get the axis and angle of rotation. is there a way to place the axis? perhaps from the translation vector in the matrix? thanks