mkt.databases.three_d_hotspots.RESIDUE_RE

mkt.databases.three_d_hotspots.RESIDUE_RE = re.compile('^[A-Za-z]+(\\d+)$')

Regex capturing the integer position from a "<ref-AA><position>" residue.