Re: [PyMOL] How to iterate commands in pymol

2020-11-01 Thread Robert Campbell
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,

[PyMOL] Pyvol steps

2020-11-01 Thread ALBAYATI SAMAH HASHIM KHALEEL / UPM
Hi I want yo use pyvol plugin in pymall I already install it but dont know how to use it to measure the binding site and how to compare the binding sit, any help in manual users.Thanks Samah Hashim ___ PyMOL-users mailing list Archives:

[PyMOL] Fw: How to iterate commands in pymol

2020-11-01 Thread Brown, Zuben
Dear all, I received two answers to my question. Either call the function as part of cmd.do('function') or import it into my script and call it that way (see below): "You need to import the colorbyrmsd.py script within your script, then you can call it that way. For example your script could

[PyMOL] pymolrc.pml file location

2020-11-01 Thread Michael Morgan
Dear friends, I have successfully installed windows version open-source pymol according to instructions: https://pymolwiki.org/index.php/Windows_Install I have a copy of "pymolrc.pml" file from my previous pymol, which is not open-source version and was kept in "$pymol/share/pymol"