std::string OEResidueToString(const OEChem::OEResidue &res)
Returns the string representation of the given residue in the following format: <ALT><RES NAME> <CHAIN ID> <RES NUMBER><INSERT CODE>. For example: VAL A 265.
<ALT><RES NAME> <CHAIN ID> <RES NUMBER><INSERT CODE>
VAL A 265
See also
OEResidue class