Re: [PyMOL] how to get RMSD from align command

2009-10-30 Thread Warren DeLano
the job. Cheers, Warren > -Original Message- > From: Thomas Evangelidis [mailto:te8...@mbg.duth.gr] > Sent: Thursday, October 29, 2009 4:56 PM > To: Warren DeLano > Cc: Thomas Evangelidis; pymol-users@lists.sourceforge.net > Subject: RE: [PyMOL] how to get RMSD from ali

Re: [PyMOL] how to get RMSD from align command

2009-10-29 Thread Thomas Evangelidis
nt: Thu 10/29/2009 5:24 AM > To: Warren DeLano > Cc: pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] how to get RMSD from align command > > Hi Warren, > > Now I am more confused. I used align command to measure the overall > RMSD between homologous structures. Apparently ali

Re: [PyMOL] how to get RMSD from align command

2009-10-29 Thread Warren DeLano
/29/2009 5:24 AM To: Warren DeLano Cc: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] how to get RMSD from align command Hi Warren, Now I am more confused. I used align command to measure the overall RMSD between homologous structures. Apparently align is not appropriate if not

Re: [PyMOL] how to get RMSD from align command

2009-10-29 Thread Thomas Evangelidis
> > show sticks, loop* > > print cmd.pair_fit("loopACA", "loopBCA") > > Cheers, > Warren > > -----Original Message- > From: Thomas Evangelidis [mailto:te8...@mbg.duth.gr] > Sent: Wed 10/28/2009 8:09 PM > To: pymol-users@lists.sour

Re: [PyMOL] how to get RMSD from align command

2009-10-29 Thread Andreas Forster
Hey Thomas, if you want to use align anyway, make sure to use the quite=0 option. The "quiet" option (if present) is set to zero by default for parsed PyMOL commands, but is not set for Python API calls. align is nearly equal to cmd.align(quiet=0) Thus, if you want to get rmsd output, include qu

Re: [PyMOL] how to get RMSD from align command

2009-10-28 Thread Warren DeLano
en -Original Message- From: Thomas Evangelidis [mailto:te8...@mbg.duth.gr] Sent: Wed 10/28/2009 8:09 PM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] how to get RMSD from align command Simple question, it must have been answered before but couldn't find it so far: how can

[PyMOL] how to get RMSD from align command

2009-10-28 Thread Thomas Evangelidis
Simple question, it must have been answered before but couldn't find it so far: how can I get the RMSD value from the align command in a python script? cmd.align() returnes a tuple of 8 numbers and none of them is the actual RMSD value I get when I align these 2 structures manually. thanks,