launch_interactive_pymol
#
- biotite.interface.pymol.launch_interactive_pymol(*args)#
Launch a PyMOL GUI with the given command line arguments.
It starts PyMOL by calling
pymol.finish_launching()
, reinitializes PyMOL to clear the workspace and sets up necessary parameters usingsetup_parameters()
.- Parameters:
- *argsstr
The command line options given to PyMOL.
- Returns:
- pymolmodule
The
pymol
module. PyMOL commands can be invoked by using itscmd
attribute.