# This tutorial will show you how to set up a python script for writing an PyMOL animation. # To start PyMOL from a python script, import the pymol modules # Launching this script with Python should ...
cmd.zoom('Cathepsin', 10) # Zoom out to get a view on the whole complex cmd.scene('001', 'store', message='This is the first scene with a view on the complex!') cmd.set_view(closeup) # Get a close-up ...