Back to Mover page.
Makes a mutation to a pose, and creates a resfile task which repacks (no design) the mutated residue, and designs the region around the mutation. Residues far from the mutated residue are fixed. The residue to be mutated can be selected by several different metrics (see below). Useful for altering small regions of the pose during optimization without making large sequence changes.
<RestrictRegion name="(&string)" type="(&string)" resfile="('' &string)" psipred_cmd="(&string)" blueprint="(&string)" task_operations="(task,task,task)" num_regions="(&int)" scorefxn="()" />
Example
<SCOREFXNS>
<ScoreFunction name="SFXN" weights="ref2015.wts" />
</SCOREFXNS>
<TASKOPERATIONS>
<ReadResfile name="restrict_resfile" filename="restrict.resfile" />
</TASKOPERATIONS>
<MOVERS>
<RestrictRegion name="restrict" resfile="restrict.resfile" type="random_mutation" num_regions="1" scorefxn="SFXN" />
<PackRotamersMover name="design_region" task_operations="restrict_resfile" scorefxn="SFXN" />
</MOVERS>
<PROTOCOLS>
<Add mover_name="restrict" />
<Add mover_name="design_region" />
</PROTOCOLS>