Entering edit mode
12.5 years ago
Adobe
▴
210
I'd like to load script.pml:
select P, resname P
alter P, vdw=5
color red, P
in the script:
# Importing the PyMOL module will create the window.
import pymol
# Call the function below before using any PyMOL modules.
pymol.finish_launching()
from pymol import cmd
In the interactive mode, that is from the runnting pymol - I can load script.pml with
@script.pml
But I can't find the way to do the same from python script. That is I can't find the @'s name in the cmd
module.
thanks for following up on this (just noticed it)