pymol-open-source icon indicating copy to clipboard operation
pymol-open-source copied to clipboard

Open-source foundation of the user-sponsored PyMOL molecular visualization system.

Results 133 pymol-open-source issues
Sort by recently updated
recently updated
newest added

I found no way to listen for session loading, reinitialization, It would be useful for plugins like [Views](https://pymolwiki.org/index.php/Views). Something like Python's [`atexit`](https://docs.python.org/3/library/atexit.html) module: ```python from pymol import at_loading, at_reinit @at_loading...

enhancement

When using cmd.ramp_new(), an object (a color bar) is generated that is located at the bottom center of the screen. How is this moved however? E.G. Have the color bar...

enhancement
good first issue

Dear developer, I want to mutate all GLN&ASN to LEU of protein files to do some further research, but EVEN THOUGH the python scripts runs well without error, the output...

Hi, Near Residue R181 (colored in orange) https://github.com/schrodinger/pymol-open-source/assets/8821384/286574d7-92f6-40c3-8efd-59ced6470542 the SES surface for protein 7BK1 (pdbid) computed by Pymol has defects. Please see the attached video. Is it a bug in...

When loading the PDB 5D38 into the PyMOL GUI and using the mutagenesis wizard to mutate ARG 154 to TRP, the GUI displays 8 possible rotamers: ![image](https://github.com/schrodinger/pymol-open-source/assets/68860396/0d2a36ca-e7f1-405c-a034-1eefa12d8849) However, when I...

can support be added for latest `VTK-m` release (currently v2.0.0)?

In the installation instructions it says: > Environment variables: > PREFIX_PATH Colon-delimited list of paths to search for headers and > libraries, e.g. $HOME/mmtf-cpp:$HOME/msgpack-c:/opt/local > CXX C++ compiler command >...

Hello I installed the latest version of pymol-open-source on my Macbook running Monterey 12.3.1 and Python 3.9 However, I run into an error while attempting to launch Pymol as follows...

I am trying remove the dependency on Python from the generated PyMOL after setup install using pyinstaller. ```C:\PyMol\Lib\site-packages\pymol> pyinstaller .\__init__.py -n PyMol --clean --noconfirm``` After the dist folder is generated,...

Hi, I am using pymol to generate surface meshes from pdb source files. I would like to have the vertices in the same reference frame as the original pdb coordinates....