I am developing my own MR code. I want to use the maximum-likelihood score in phenix as part of an assessment score for the final placed models. Soon I will write my own code to calculate the maximum-likelihood score. Not having to input a fasta file or rmsd is ok, I just that that it was mandatory, since there are terms for estimated coordinate error and incompleteness of the structure in maximum-likelihood score. You were right, I did accidentally use phenix.phaser instead of phenix.python. When I use phenix.python score.py file.pdb file.mtz (not the actual file paths) I get the following error message
Traceback (most recent call last):
File "score.py", line 22, in <module>
run(sys.argv[1:])
File "score.py", line 9, in run
cmdline = mmtbx.command_line.load_model_and_data(
AttributeError: 'module' object has no attribute 'load_model_and_data'