You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I found it quite easy to get the plugin working in windows. I've installed the wincoot, which has pre-built
reduce
andprob
binaries. We just need to copy them to one of the pymol's PATH folders ( we could find them by typingimport sys; print(sys.path)
in pymol's command pannel), then thereduce
andprobe
is working.To have
flipkin
working, we need to install windows version of perl, modify this linepymolprobity/pymolprobity/main.py
Line 624 in ac32531
to:
Here are the pre-built
reduce
andprob
binaries: extras.zipScreenshots:
Hope this helps!
The text was updated successfully, but these errors were encountered: