FastRelax specific chains/residues #280
Unanswered
pjmbro
asked this question in
RosettaScripts
Replies: 1 comment 1 reply
-
FastRelax is a combination of minimization and sidechain repacking. The MoveMap controls how the DOFs change during the minimization phase, but don't (necessarily) control what happens during the repacking stage. Instead, it's the task_operations which control which sidechains are allowed to repack. I'd recommend using a NotResidueSelector with your ChainSelector in combination with the PreventRepacking task operation to turn off repacking on the non-H chains. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to perform FastRelax on only chain H in an antibody-antigen complex with chains B, H and L. Due to the large numbers of jumps (chain B has a large number of glycans) I opted to use MoveMapFactory to restrict any DOF in bb and chi, after which i allow only chi sampling in chain H. However, after opening the ouput I find that also in chain B and L, sidechain chi torsions have moved. Any clue what is going wrong here, or how i can restrict DOF in chi to only chain H (or any other selection from RESIDUE_SELECTORS)? Thanks a lot for any help!
Beta Was this translation helpful? Give feedback.
All reactions