Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows version #13

Open
kexul opened this issue Jul 27, 2022 · 0 comments
Open

Windows version #13

kexul opened this issue Jul 27, 2022 · 0 comments

Comments

@kexul
Copy link

kexul commented Jul 27, 2022

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

args = [flipkin_path]

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant