-
Notifications
You must be signed in to change notification settings - Fork 105
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
Secondary structure during an MD simulation #753
Comments
Hi. From the error message it seems that DSSP did not identified any protein chains, but without the template file I cannot analyze the error further. Have you checked if the template file contains a complete protein with proper atom naming? Maybe the problem is something similar to this thread: #621 |
I changed the coordinate files to a gro file, instead of a pdb file. Below is the C-terminal residue:
This seems to work, but now I have the following error:
This thread #607 describes the same error but doing the same, the error still persists. The DSSP version is 4.0.4 and trying to install a lower version has conflicts with Boost v1.57. I changed to my Windows laptop and installed Biotite there. Running the example there gave this error:
The example pdb and xtc files are in the same script location. Any help will be appreciated. |
The first error seems like there is either an issue with DSSP, or you are using an older Biotite version, which does not support newer DSSP versions. Which Biotite version are you using? Could you confirm the DSSP version by running The second error on the Windows machine indicates that DSSP is not found. So I presume it is either not installed or not in |
The Biotite version is
I installed DSSP and got this error:
|
Interesting. I'll try to dig a bit deeper in the next few days. For reproduction: Where did you DSSP install from? |
Hello,
I am using the https://www.biotite-python.org/latest/examples/gallery/structure/modeling/trajectory_sse.html code to generate the secondary structure plot but I am getting the following error:
I get the error with both GROMACS and AMBER trajectories.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: