OESpruceFilterIssueCodes¶
Attention
This API is currently available in C++ and Python.
This namespace contains constants for Spruce filter issue codes.
See also
OESpruceFilterOptions class
Success
This issue code indicates that the input structure does not have errors and passes the spruce filter
InvalidNames
This issue code indicates that the input structure contains invalid names.
InvalidResidueStates
This issue code indicates that the input structure contains residues at invalid state.
InvalidMetalBond
This issue code indicates that the input structure contains invalid covalent bonds to metals.
InvalidCRYST1
This issue code indicates that the input structure does not have a valid CRYST1 header.
InvalidElectronDensityOverlap
This issue code indicates that the provided electron density map does not overlap with the input structure
InvalidSeqAlign
This issue code indicates that the sequence does not align with the input structure.
All
This issue code indicates that the structure contains all the issues listed above.