Tom Goddard
Tom Goddard
The purpose of my comment yesterday was that changing multiple places in the code to try to work around the fact that the default text encoding is mistakenly switched from...
I will take a look at analyze_landscape output. I have not tried that yet. Showing a principle component plot and allowing morphs along those axes could be done. It would...
Hi Charles, Wiggle looks nice, I will try it soon. I agree we should combine efforts if we have the same goals. I should have searched for cryoDRGN / ChimeraX...
Hi Charles, I watched your 4 Wiggle tutorial videos on YouTube. Fantastic! I'm going to create a few issues on the Wiggle Github to discuss how to get everyone using...
Here's a rough cut at the level of model description useful for writing software that visualizes this data. [ihm_data_definition.txt](https://github.com/salilab/mmcif/files/683826/ihm_data_definition.txt)
Same problem on macOS 10.15.6 with PyOpenGL 3.1.5 and PyOpenGL_accelerate 3.1.5 with installed from PyPi using Python 3.8.5 with python compiled from source. pip install PyOpenGL==3.1.5 PyOpenGL-accelerate==3.1.5 The PyOpenGL_accelerate does...
On macOS PyOpenGL-accelerate 3.1.5 from PyPi has to be compiled and if numpy has not already been installed it does not create the numpy_formathandler module. The solution is to make...
The binary PyOpenGL-accelerate 3.1.5 wheel for Python 3.8 on PyPi is missing the numpy_formathandler library. Apparently the PyPi version was compiled without numpy. > $ unzip -l ~/Downloads/PyOpenGL_accelerate-3.1.5-cp38-cp38-win_amd64.whl > Archive:...
Here's the patch to PyOpenGL 3.1.1a [wgl_python3.patch.gz](https://github.com/mcfletch/pyopengl/files/1578300/wgl_python3.patch.gz)
Thanks! I've worked around the issue so it is not urgent. I've added OpenXR support to ChimeraX in addition to OpenVR (using your pyopenvr for many years now) so VR...