Hi,

I'd like to iterate using a script in pymol but one of the commands I'd like to 
use does not have an associated cmd.API.
For example, how do I run:

for obj in seleobjs:
cmd.enable(obj)
colorbyrmsd(obj, target)   <--- This third line doesn't work since colorbyrmsd 
does not have a cmd.colorbyrmsd.

Is there a way I can run something like:
cmd.executecommand("colorbyrmsd {0}, target".format(obj))  ?

Best regards,

Zuben
_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to