-
Notifications
You must be signed in to change notification settings - Fork 157
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
Unable to submit ProDy job from VMD even after designating path to prody.exe #1573
Comments
I think the problem is that you are using windows, so you have prody.exe instead of prody. Probably what you need to do is make some kind of copy or link to make vmd see a file called prody. I haven't tried it, but it sounds like the things described at https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ could work. |
I followed the tutorial you provided and created a symbolic link to prody.exe and it solved that problem. However, I now get an error with writepdb:
Any ideas? |
Glad to hear. No ideas straight away. Sorry. I’ll have to look more carefully at the code |
Okay, please let me know if you identify any solutions as I would really like to be able to use this plugin. |
I can't see any problem with that code section and it runs fine on my machine with the windows subsystem for linux. Can you upload a screenshot please, so I can more of what's happening |
I am not sure what the issue is but now I am experiencing the original error even though I designate path to ProDy by giving the symlink just as before:
Here are screenshots of the steps I am taking: How are you designating the path to the prody executable in the Windows subsystem for Linux? I am not sure why I cannot recreate the second issue now. |
I think I did it through activating a conda environment. We had a related issue with drugui in our workshops where a conda environment helped too. It looks like you have managed to get it running now |
Maybe the second error was just a fluke occurrence where your computer had some problems accessing files |
Sorry if I was unclear, but the program still is not working. When I now give the path to the symlink I created, I still get the error about how no module named 'prody' could be found. Originally when I created the symlink it caused that second error to appear, but now I am getting the first error again even with using the symlink. |
but once you provide the path to it then you get something running as seen in your screenshot of the terminal Have you tried using a conda environment and activating it before opening vmd? |
Yes it starts running but then immediately gives that error. Could you explain how to create/install a conda environment for prody? I am trying to go to the website http://prody.csb.pitt.edu/ to find instructions, but the site is not working right now |
If it’s a new terminal, run It may help to an alias for vmd to your terminal profile (see https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7 for powershell) |
Thank you for the instructions. I still trying to get the program to work, and see the following error:
I am not really sure what to make of this error or what else I can try to get the program working. Thanks for all the help! |
This is odd and I've no idea what to do about it. @SHZ66, any ideas? Sorry for not replying sooner |
I would like to use the Normal Mode Wizard in VMD to conduct PCA analysis use the ProDy Interface. I am using a Windows 10 computer and the 64 bit (1.9.4) version of VMD. I have installed ProDy from the Command Prompt using "pip install prody". When I check this by trying pip install again, I see confirmation that it has been installed:
However, when I open VMD, go to Extensions, Analysis, Normal Mode Wizard, and then Prody Interface, I am unable to successfully submit a job. I have loaded my dcd trajectory and have kept the default settings:
When I click Submit Job, I first get a notification that it could not find the path to prody and asks if I would like to specify the path. I then specify the path to the prody.exe file. When I do this, the following error message then appears:
I am not sure what is going on or how I can fix this issue. I have tried uninstalling and reinstalling prody but that does not seem to fix the error. I appreciate any help with this!
The text was updated successfully, but these errors were encountered: