This is an outdated page. For information on the current version of sewing, please visit the AssemblyMover and AppendAssemblyMover pages.
The AssemblyConstraintsMover is used in the design of structures generated using SEWING. Although SEWING movers can perform refinement, it is more common to filter the output structures beforehand and refine a subset of them using a custom protocol. This mover uses the .rot file output by SEWING movers to add constraints that favor the native residue type (or types) at each position.
The AssemblyConstraintsMover does not accept any subtags.
<MOVERS>
<AssemblyConstraintsMover name="ACM" native_rotamers_file="test_0001_from_25.rot" native_bonus="1" />
<FastRelax name="fastrelax" repeats="1" disable_design="false" scorefxn="talaris_cart" cartesian="1" task_operations="resfile,keep_curr,layerdesign" delete_virtual_residues_after_FastRelax="1"/>
</MOVERS>
<PROTOCOLS>
<Add mover_name="ACM"/>
<Add mover="fastrelax"/>
</PROTOCOLS>