diff options
Diffstat (limited to 'app/misc.ini')
-rw-r--r-- | app/misc.ini | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/misc.ini b/app/misc.ini index c474556..9587e56 100644 --- a/app/misc.ini +++ b/app/misc.ini @@ -13,4 +13,15 @@ DB02 = Unknown Hostname, failed to connect to the database. CW01 = Looks like an invalid PDB ID -PC00 = Could not find any compound on PubChem matching the query.
\ No newline at end of file +PC00 = Could not find any compound on PubChem matching the query. + +RD00 = Failed to import RDKit. +RD01 = Could not convert SMILES to molecule, please check the SMILES + +[ALERT_SMARTS] +ESTER = [#6][CX3](=O)[OX2H0][#6] +ANILINE = [NX3][$(C=C),$(cc)] + +[ALERT_DESCRIPTION] +ESTER = The given compound contains Ester. For more details read the paper. +ANILINE = None
\ No newline at end of file |