Back to Mover page.
Updated by Parisa Hosseinzadeh (parisah@uw.edu) 30 November 2016. Updated by Vikram K. Mulligan (vmullig@flatironinstitute.org) 21 August 2020.
Change a single residue or a subset of residues to a different type. For instance, mutate Arg31 to an Asp or mutate all Pro to Ala.
<MutateResidue name="(&string)" target="(&string)" new_res="(&string)" preserve_atom_coords="(false &bool)" mutate_self="(false &bool)" update_polymer_bond_dependent="(false &bool)" />
or
<MutateResidue name="(&string)" residue_selector="(&string)" new_res="(&string)" preserve_atom_coords="(false &bool)" mutate_self="(false &bool)" />
31A
), a Rosetta index (e.g. 177
), or an index in a reference pose or snapshot stored at a point in a protocol before residue numbering changed in some way (e.g. refpose(snapshot1,23)
). See the convention on residue indices in the RosettaScripts Conventions documentation for details.NOTE: you can use either a target option or a residue_selector option but not both.