Hello, I want to design my protein wit XML script as the paper Rosetta and the Design of Ligand Binding Sites
I want to dock with ligand.wts(-restore_pre_talaris_2013_behavior )
and design protein with ref2015.wts.
But the option -restore_pre_talaris_2013_behavior seem to have impact in ref2015.wts.
How can I solve it?
Category:
Post Situation:
The pre-talaris13 parameter set and the REF15 parameter set (like vdW radii) are incompatible. You can't use both within one run of Rosetta.
The only option is to separate your docking step and your design step into different runs of Rosetta.
OK,Thanks very much~