View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000281 | Rosetta | [All Projects] Crash | public | 2013-06-10 19:50 | 2013-06-11 13:34 |
|
Reporter | rmoretti | |
Assigned To | rmoretti | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Fixed in Version | | |
|
Summary | 0000281: DockMinMover doesn't appropriately initialize MonteCarlo Object |
Description | If you run certain structures through fullatom minimization refinement docking, they can error out with a total_residue() != 0 assertion error.
From debugging, it looks to be because the first run of the TrialMover fails, leading to the MonteCarlo object resetting the pose to the last_accepted_ pose, which can be an empty pose because mc_ wasn't appropriately initialized.
|
Additional Information | I believe that uncommenting source/src/protocols/docking/DockMinMover.cc line 142 should fix the issue, although this results in a number of integration test changes on the server. (Reasonable or not, I don't know.)
Hat tip to albumns and tfliu on the forums for finding this issue. https://www.rosettacommons.org/content/protein-docking-failed [^] |
Tags | No tags attached. |
|
Application(s) Affected | docking_protocol |
Command Line Used | docking_protocol.linuxgccrelease -s 1brs.pdb -ex1 -ex2aro -use_input_sc -no_filters -docking_local_refine -dock_min -out:pdb |
Developer Options | Confirmed As Bug |
Fixed in SVN Version | 9456691412c6900df7e71dda50518aa0c1e7cf30 |
|
Attached Files | 1brs.pdb [^] (269,706 bytes) 2013-06-10 19:50 |
|