You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am investigating the effect of mutations with noncanonical amino acids (NCAAs) on protein-protein interface. I have generated the params file for my NCAA with mol_to_params.py and the Relax of the NCAA incorporated protein complex goes well initially. However, when I tried to change the position that NCAA incorporates, or delete one of the protein in the complex, the Relax program crashed with the error below:
AN INTERNAL ERROR HAS OCCURED. PLEASE SEE THE CONTENTS OF ROSETTA_CRASH.log FOR DETAILS.
terminate called after throwing an instance of 'std::out_of_range'
what(): map::at
Got some signal... It is:6
Signal 6 (SIGABRT) means that the process was aborted. This usually means an internal Rosetta error caused by (often) bad inputs, (sometimes) developer error, or (rarely) hardware problems.
The NCAA params file seemed to be OK, as the Relax program worked well in several different positions. Any help is greatly appreciated and I am happy to supply any other information/files that may be helpful in debugging.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am investigating the effect of mutations with noncanonical amino acids (NCAAs) on protein-protein interface. I have generated the params file for my NCAA with mol_to_params.py and the Relax of the NCAA incorporated protein complex goes well initially. However, when I tried to change the position that NCAA incorporates, or delete one of the protein in the complex, the Relax program crashed with the error below:
And below is the crash log:
The NCAA params file seemed to be OK, as the Relax program worked well in several different positions. Any help is greatly appreciated and I am happy to supply any other information/files that may be helpful in debugging.
Beta Was this translation helpful? Give feedback.
All reactions