Hi Zuben,
You need to import the colorbyrmsd.py script within your script, then you can
call it that way. For example your script could say:
import colorbyrmsd as cbr
for obj in seleobjs:
cmd.enable(obj)
cbr.colorbyrmsd(obj,target)
Cheers,
Rob
On Sat, 2020-10-31 20:36 +, "Brown, Zu
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.colorby