prody / ProDy

A Python Package for Protein Dynamics Analysis
http://prody.csb.pitt.edu
Other
419 stars 153 forks source link

viewNMDinVMD VMD path is not set by user #1675

Closed jamesmkrieger closed 1 year ago

jamesmkrieger commented 1 year ago

By @incisrdg (https://github.com/prody/ProDy/issues/491#issuecomment-1480765818)

Hi,

I am having trouble about reaching VMD path and viewNMDinVMD('urod_anm_modes.nmd'). I am getting same output fro both of them which is > WARNING VMD path is not set by user, looking for it. Can you please help me about this situation?

jamesmkrieger commented 1 year ago

There's a function pathVMD that you can use to configure that e.g.

from prody import *
pathVMD("/usr/local/bin/vmd")