Hello people,
I my attempt to get a working RosettaDesign protocol, I have come across the RemodelMover() class.
From the Rosetta C++ documentation, the RemodelMover should take a blueprint file in order to specify which residues to remodel. but the RemodelMover() class in PyRosetta has no method to input a blueprint file nor a resfile.
on its own the RemodelMover works without any errors, but would remodel the entire structure.
Anyone can explain to me how to use this mover in PyRosetta? or is it not nessesary to get good outputs from RosettaDesign? (I seem to be having a fragments problem)
Thank you.