pymol-open-source
pymol-open-source copied to clipboard
Open-source foundation of the user-sponsored PyMOL molecular visualization system.
I tried installing the package in mac with brew install brewsci/bio/pymol I was able to import pymol in python3, but when I tired to install it in ubuntu machine using...
To the best of my knowledge, it is not currently possible to select a residue by pointing the VR controller's laser directly at the target (akin to clicking with the...
Does PyMOL read .glb files? I am trying to import some structures from the AlphaFold Protein Structure Database and my PyMOL keeps crashing. I'm not sure whether the problem is...
Hi there! I'm new to Pymol and I've been using it to visualize protein interactions. I saved my session as a .pse file. However, every time I reopen the saved...
I am experiencing issues with rendering surfaces on PyMOL version 2.4.1. The issue is when I attempt to show the surface of a protein the app crashes without any explanation...
Why I need to use `"pmg_tk.startup.XDrugPy"` when testing for `__name__` when loading plugins? I test for `__name__` because I can't use `pymol.Qt` from command line scripts. ```python if __name__ in...
- [adding libffi to windows ci pipeline](https://github.com/schrodinger/pymol-open-source/pull/435/commits/5db731467192d0a2e07720b5c1f3d894c39afbf0) - I have encountered an error in CI for the Windows platform([example](https://github.com/schrodinger/pymol-open-source/actions/runs/13354211427/job/37294680115)). For more information on the solution, check [this link](https://stackoverflow.com/questions/73458524/importerror-dll-load-failed-while-importing-ctypes-the-specified-module-coul/76791146#76791146). - [bump...
## Describe the bug Yesterday I found my calculation was not started after 11 hours. I spend a whole day trace down the problem and found it is caused by...
- [adding tests for chempy.cpv](https://github.com/schrodinger/pymol-open-source/pull/433/commits/0251d8130f8a47dcaabd1a118497c5e31da73127) - Compares the results from `cpv.py` and Numpy and shows their interchangeability