Back to TaskOperations page.
This task operations scans the protein to identify intra-protein voids, and selects residues for design based on their proximity to the voids. Residues are scored by the metric (distance_to_cavity_center)/(volume_of_cavity) and the lowest scoring residues are selected for design.
<DesignByCavityProximity name="(&string)" region_shell="(8.0 &real)" regions_to_design="(1 &int)" repack_non_selected="(0 &bool)" />
Example The following example redesigns a sphere of 8 A radius centered at a residue near an intra-protein cavity. Residues outside of the sphere are fixed.
<TASKOPERATIONS>
<DesignByCavityProximity name="des_cavity" region_shell="8.0" regions_to_design="1" repack_non_selected="0" />
</TASKOPERATIONS>
<MOVERS>
<PackRotamersMover name="design" task_operations="des_cavity" />
</MOVERS>
<PROTOCOLS>
<Add mover_name="design" />
</PROTOCOLS>