Hi, is there any type of method software tool, by which we can perform the normal mode analysis of the protein? If some have the tutorial then please let me know.
I would recommend ProDy. Prody interface is included with VMD under the Extensions > Analysis > Normal Mode Wizard > ProDy Interface. Moreover, VMD can read almost any trajectory.
Here are some examples of normal mode analysis using ProDy:
Article Dynamical Flexibility Modulates Catalytic Activity of a Ther...
Preprint Essential Loop Dynamics Modulates Catalytic Activity in α-Chymotrypsin
For more on ProDy, visit http://prody.csb.pitt.edu/
Praval Pratap Singh Try to set PYTHONHOME or PYTHONPATH environment variables in the .vmdrc file. Here's how to do this: https://www.ks.uiuc.edu/Research/vmd/current/ug/node162.html
You can get the system python path using the "which" command
$ which python3
Also try to install prody from the repository using