Summary
Using generic groups seems to be tricky to use for substructure match queries.
In the majority of cases, I wasn't able to get a match out of simple molecules and query molecules with generic groups such as AEL.
Steps to Reproduce
Install Bingo PostgreSQL cartridge in your database.
Run "select bingo.matchsub('CC(=O)CC=C', ('CC(=O)C* |$;;;;AEL$|', '')::bingo.sub);" query in psql.
Expected behavior
The result of the query above should be true.
Actual behavior
The result of the query above is false.
Environment details:
Bingo 1.23
PostgreSQL 15
Attachments
Molecule I'm trying to match:
Query molecule:
Additional questions
I was wondering if all generic groups are described in details alongside an example of sub match anywhere on the website.
I took a look but I was not able to find what I was looking for.
Summary Using generic groups seems to be tricky to use for substructure match queries. In the majority of cases, I wasn't able to get a match out of simple molecules and query molecules with generic groups such as AEL.
Steps to Reproduce
Expected behavior The result of the query above should be true.
Actual behavior The result of the query above is false.
Environment details:
Attachments Molecule I'm trying to match: Query molecule:
Additional questions I was wondering if all generic groups are described in details alongside an example of sub match anywhere on the website. I took a look but I was not able to find what I was looking for.