Back to Mover page.

AddResidueLabelMover

Autogenerated Tag Syntax Documentation:


Adds PDB label to residues

<AddResidueLabel name="(&string;)" residue_selector="(&string;)"
        label="(&string;)" />
  • residue_selector: . The name of a previously declared residue selector or a logical expression of AND, NOT (!), OR, parentheses, and the names of previously declared residue selectors. Any capitalization of AND, NOT, and OR is accepted. An exclamation mark can be used instead of NOT. Boolean operators have their traditional priorities: NOT then AND then OR. For example, if selectors s1, s2, and s3 have been declared, you could write: 's1 or s2 and not s3' which would select a particular residue if that residue were selected by s1 or if it were selected by s2 but not by s3.
  • label: Label to add to residues defined in residue selector

Adds PDBInfoLabel to your pose based on a residue_selector selection.

The mover will print out verbose the residues it labeled. Also includes a Pymol compatible string selection; it can be used to troubleshoot which residues your residue_selector is selecting.

Notes:

  • Certain Movers such as symmetrizing via SymDofMover will wipe all labels from your pose. If you need to use PDBInfoLabel, make sure you label them after you symmetrize. However SetupForSymmetryMover and ExtractAsymmetricUnitMover preserve PDB info labels.
  • If your pose is symmetric, it will only label the asymmetric unit (asu). If you want to label all symmetrical copies, you can use SymmetricalResidueSelector to symmetrize your selection.

See Also