Autogenerated Tag Syntax Documentation:


This residue selector selects for the residues in contact with the ligand metal

<LigandMetalContactSelector name="(&string;)" residue_selector="(&string;)"
        dist_cutoff_multiplier="(1 &real;)"
        resnums="(&resnum_list_with_ranges;)" >
    <Residue Selector Tag ... />
</LigandMetalContactSelector>
  • residue_selector: Name of the residue selector for the ligand. 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.
  • dist_cutoff_multiplier: Multiplier for the distance from the metal atom for contact detection
  • resnums: List of residue numbers to use

"Residue Selector Tag": Any of the ResidueSelectors