setup_parameters
#
- biotite.interface.pymol.setup_parameters(pymol_instance)#
Sets PyMOL parameters that are necessary for Biotite to interact properly with PyMOL.
- Parameters:
- pymol_instancemodule or SingletonPyMOL or PyMOL, optional
If PyMOL is used in library mode, the
PyMOL
orSingletonPyMOL
object is given here. If otherwise PyMOL is used in GUI mode, thepymol
module is given.