Pml

From PyMOLWiki
Revision as of 12:48, 25 March 2020 by Jaredsampson (talk | contribs) (Created page with basic description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PyMOL Script

PyMOL scripts are plain text files containing commands, one per line, appearing as they would be entered at the PyMOL command prompt.


Basic usage

Save your commands in a plain text file (using e.g. Notepad, TextEdit, or a text editor of your choice) with a `.pml` extension, e.g. `script.pml`.

Run the script by either "File > Run script..." in the GUI menu bar, or via the command

@/path/to/my/script.pml