Open sitanshubhunia opened 2 years ago
Hi @sitanshubhunia Could you please inform what is the difference? From the screenshot I can see superatom ^Boc (is it superatom?) but in CML files there is no superatom, only carbon. If it is the case, smiles does not support superatoms. Please inform what is the original structures, or what is the difference in CML files? Thanks Aleksandr
This is protecting group
@AlexanderSavelyev I am sorry. Reaction Structure was wrong. That's why " Boc " not included in cml file. Actually it is taken as a text. wrong_mrv.mrv.txt Right_mrv.mrv.txt
In wrong_mrv.mrv.txt I have found "^Boc" as
Hi @sitanshubhunia
Indigo does not support alias atoms to be expanded. One should use sgroups superatoms (full abbreviation should be included). In your case as I understand, the alias is assigned to carbon atom, which returns carbon as a match
If it is incorrect understanding, could you please provide steps to reproduce (actual and expected results)? What structure have you indexed and what structure have you used as query?
Thanks Aleksandr
Hi @AlexanderSavelyev
I understand what you wants to say.
I indexed below structure Indexed_structure.mrv.txt
Hi @AlexanderSavelyev
Is it possible to extract text from mol/sdf/rxn .. file. when load into postgres db ?I mean to say any pgsql function is there?
If possible then how ?
Database: "PostgreSQL 12.7, compiled by Visual C++ build 1914, 64-bit" Bingo version: "1.9.1.r0-g353401f win64"
Wrong result found in reaction exact search [ index generated on reaction Smiles ]
Query: QRY_reaction.cml.txt
Target: ontarget_reaction_result_1.cml.txt ontarget_reaction_result_2.cml.txt ontarget_wrong_reaction_result_3.cml.txt
ontarget_wrong_reaction_result_3.cml.txt is wrong result. But in reaction exact search based on rsmiles is showing wrong result
What is wrong in my end?