GraphemeTM TK 1.3.4¶
New features¶
The following new API has been added to customize peptide depiction:
OEPeptideDisplayOptions class
OEPeptideLabelStyle
namespaceOEDrawPeptide
function that takes an option class
The main feature is that
OEDrawPeptide
now can generate interactive SVG images where the amino acid components of the compact peptide representation are depicted on mouse-over.
Hover over any circle below
Example of interactive SVG image generated by OEDrawPeptide
The following new API has been added to customize active site depiction:
These new options allow users to generate interactive SVG images when calling the
OERenderActiveSite
function.
Hover over the legend label or any circle representing a residue
Example of interactive SVG image generated by OERenderActiveSite
The
OEBondGlyphZigZag
constructor now takes a parameter that allows drawing diagonal zig-zag lines across a bond.OEGrapheme TK now uses the new thread-safe OEShape TK API to generate shape and color overlaps for OEShapeQueryDisplay and OEShapeOverlapDisplay classes.
Minor bug fixes¶
OEResidueSVGStandardMarkup.GetGroupId
now returnsgroup id
for a residue that includes the insert code (see alsoOEResidue.GetInsertCode
)