-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected template extracted #15
Comments
That mapped reaction isn't a valid SMILES string -- are you sure that's what Indigo output? Using a correctly mapped version of the reaction:
gives
Using a mapped version of your double reduction...
gives
|
Thanks, I will double check the output of indigo. cheers, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I have a strange case where the template extractor gives unexpected results.
I am cleaning up my reaction database and use the template extractor to spot low quality data.
in this case I get unexpected results, and I do not understand if it is a problem of the reaction, the mapper or it comes from the template extractor.
I start with this transformation (a double reduction)
ClC(=C1C2C=CC1C3C2C(=O)C=CC3=O)Cl>>ClC(=C1C2CCC1C3C2C(=O)CCC3=O)Cl
I map it with indigo, because namerxn fails to classify it and hence to give a mapping
[O:1]=[C:2]1[CH:16]2CH:7C:5[CH:4]=[CH:3]1>>[O:1]=[C:2]1[CH:16]2CH:7C:5[CH2:4][CH2:3]1
I obtain from it an unexpected template (forward sense) here:
[C:1]=[C:2]1-[C:3]-[CH;D2;+0:4]=[CH;D2;+0:5]-[C:6]-1.[O;D1;H0:7]=[C:8]-[CH;D2;+0:9]=[CH;D2;+0:10]-[C:11]=[O;D1;H0:12]>>[C:1]=[C:2]1-[C:3]-[CH2;D2;+0:4]-[CH2;D2;+0:5]-[C:6]-1.[O;D1;H0:7]=[C:8]-[CH2;D2;+0:9]-[CH2;D2;+0:10]-[C:11]=[O;D1;H0:12]
with two reactants and two products
is the mapping wrong? or it is just that I miss the H-H as reactants?
thanks a lot for your help.
marco
The text was updated successfully, but these errors were encountered: