Problem with executing dssp (secondary structure assignment)
- by Mana
I followed a previous post to install dssp on ubuntu
How to install dssp (secondary structure assignments) under 12.04?
After the installation I tried to execute dssp which was in /usr/local/bin/dssp
But it gave me the following error
bash: /usr/local/bin/dssp: cannot execute binary file
Also I tried to analyse some trajectory files from a simulation using the code
do_dssp -s md.tpr -f traj.xtc
But it also failed giving me the error below
Reading file md.tpr, VERSION 4.5.5 (single precision)
Reading file md.tpr, VERSION 4.5.5 (single precision)
Segmentation fault (core dumped)
Please post me a solution for this problem. Thank you!