Back to TaskOperations page.

RestrictToAlignedSegments

(This is a devel TaskOperation and not available in released versions.)

Restricts design to segments that are aligned to the segments in source pdb files. The pdbs should have been pre-aligned. The start and stop residues must be at most 3A from a residue on the input pose, or else the alignment fails (the segment will not be aligned). The segments that are not aligned will be turned to restrict to repacking.

 <RestrictToAlignedSegments name="(&string)" source_pdb="(&string)" start_res="(&string)" stop_res="(&string)" repack_shell="(6.0 &real)">
<Add source_pdb="(&string)" start_res="(&string)" stop_res="(&string)"/>
.
.
.
</RestrictToAlignedSegments>
  • source_pdb: pdb file name to which to align. the start and stop res refer to it. As many lines as needed can be added, including from different pdb files. PDBs will only be loaded if they differ from the previous line's pdb file name, to save on reads from disk.
  • from_res: start residue. Refers to source pdb. Rosetta/pdb numbering.
  • stop_res: stop residue. ditto.
  • repack_outside: residues not specified by the alignment will be allowed to repack if true, will be prevented from repacking if false.

See Also