I have been playing around with phenix.real.space.refine as part of a small pipeline I am making for EM structures.
Testing various deposited EM structures and their corresponding maps, within my pipeline, I sometimes run in to the below error:
RuntimeError: Bond distance > max_reasonable_bond_distance: 79.8663 > 50:
Followed by a list of distances between, what I am assuming is, atom numbers and the actual distance.
I can get past it simply by changing the max_reasonable_bond_distance for the run to, in this case, 80.
But I tend to see, that the final results gets significantly worse when I use this bypass.
This is based on very similar models going through the pipeline, where the ones which yields the error, scores much worse when using the above mentioned bypass, compared to the models that showed no max_reasonable_distance_error.
B: Any ide what I can do, to avoid running into this bond distance problem?