This adds support for working with nonstandard residues. Residues are defined by templates which you create either by calling registerTemplate() or, for things in the CCD, downloadTemplate(). Once a template is registered, functions like findMissingAtoms(), addMissingAtoms(), addMissingHydrogens(), and applyMutations() support it just like standard residues.
This adds support for working with nonstandard residues. Residues are defined by templates which you create either by calling
registerTemplate()
or, for things in the CCD,downloadTemplate()
. Once a template is registered, functions likefindMissingAtoms()
,addMissingAtoms()
,addMissingHydrogens()
, andapplyMutations()
support it just like standard residues.