On Fri, Jul 11, 2014 at 2:48 PM, Jouko Virtanen <jouko@umich.edu> wrote:
I would like to calculate the maximum-likelihood score given an input structure and an mtz file. How can I do that? Thanks in advance.
Do you just want the ML target function value, i.e. what phenix.refine prints out at regular intervals? In that case, you can use the script appended below (run with phenix.python score.py), which is derived from $PHENIX/cctbx_project/mmtbx/examples/simple_command_line_cc.py.