This function is similar to OETriposAtomTypes, but instead of
setting the integer atom type property it sets the atom type name string
property using OEAtomBase::SetType. The integer atom type property
is left unchanged. Once again, this function typically requires
OEAssignAromaticFlags has been called to perceive Tripos aromaticity
model aromaticity, i.e.
OEAssignAromaticFlags(mol,OEAroModelTripos).
See the OETriposAtomTypes function for details.
The atom type name string property should typically be set to a Tripos
type name before writing a Sybyl .mol2 file using the low-level
OEWriteMol2File function.