Hi Tommi,
Yes, mr_rosetta requires that the sequence in your model matches the sequence file (though there can be gaps). After autobuild there may be some segments (as in your case) that are not assigned to sequence and that may have whatever sequence matched the
map. This will indeed cause trouble with mr_rosetta.
Probably the best solution is to remove all the segments in your autobuild model that are labeled "UNK", indicating that the sequence is not known.
You could also try running:
phenix.assign_sequence
on your model/map/seq file to see if you can get any more of the model assigned to sequence.
I'm not quite sure what the command line vs command file problem is, but if it causes problems for you I'm happy to have a look if you send everything I need to check it out,
All the best,
Tom
phenix.mr_rosetta \ seq_file=seq.dat \ data=coords1.mtz \ search_models=coords1.pdb \ already_placed=True \ rescore_mr.relax=False \ rosetta_models=20 \ ncs_copies=2 \ space_group=p212121 \ use_all_plausible_sg=False \ nproc=200 \ group_run_command=qsub
when using the command file all the commands are not recognized for some reason (running on a mac with bash shell) e.g.
rescore_mr.relax=False, same with fragment files… not quite sure what the problems is there, probably something trivial.
-if i just enter them on the command line it works.
Thanks,