-
Notifications
You must be signed in to change notification settings - Fork 1
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
Segmentation fault (core dumped) on Linux and std::bad_alloc on Windows #2
Comments
This is embarrassing, but it appears that calibur ran out of memory to allocate. I wonder if it is possible for me to look at the decoys data that caused the problem? That will help me confirm if it really is a memory allocation problem, and perhaps find a workaround. |
Of course! Thank you!
|
A quick glance showed a negative threshold RMSD value. This could be due to a floating point value overflow, which implies that the input decoys could be very dissimilar. But give me some time to confirm and fix this. I will update you ASAP. |
This is what happened. calibur uses only the coordinates of the lines marked with ATOM 1 N VAL A 238 11.251 -9.834 -2.389 1.00 0.00 N ATOM 2 CA VAL A 238 11.896 -8.749 -3.115 1.00 0.00 C ATOM 3 C VAL A 238 13.369 -8.689 -2.728 1.00 0.00 C However, the decoy files you tested contain no To solve this quickly, replace the symbol of the lines which you want to use as CA elements with
(The command will also change the chain from |
This solves my problem, thank you for your quick reply and solution. |
Thanks for the suggestion. But I am not yet familiar with RNA notations so I am not sure how to make the change. |
On Windows:
On Linux:
Using calibur in Rosetta on Linux:
I'm using calibur to clustering RNA structures.
pdblist.txt
The text was updated successfully, but these errors were encountered: