jaredsampson / pymolprobity

A MolProbity-style visualization plugin for PyMOL
MIT License
11 stars 3 forks source link

Windows version #13

Open kexul opened 2 years ago

kexul commented 2 years ago

I found it quite easy to get the plugin working in windows. I've installed the wincoot, which has pre-built reduce and prob binaries. We just need to copy them to one of the pymol's PATH folders ( we could find them by typing import sys; print(sys.path) in pymol's command pannel), then the reduce and probe is working. To have flipkin working, we need to install windows version of perl, modify this line https://github.com/jaredsampson/pymolprobity/blob/ac32531387bbae5dce2beda92c7b22b7229d183d/pymolprobity/main.py#L624 to:

args = ['path to perl.exe', 'path to flipkin.perl']

Here are the pre-built reduce and prob binaries: extras.zip

Screenshots: 图片 图片

Hope this helps!