Skip to content

FIx #1183 InChITautomerGenerator on AtomContainer2#1184

Merged
egonw merged 1 commit intomainfrom
fix-1183
Apr 11, 2025
Merged

FIx #1183 InChITautomerGenerator on AtomContainer2#1184
egonw merged 1 commit intomainfrom
fix-1183

Conversation

@johnmay
Copy link
Copy Markdown
Member

@johnmay johnmay commented Apr 10, 2025

The InChI tautomer generator deleted atom/bonds but not stereochemistry leaving the 'skeleton' in an invalid state. The simple fix was to clear the stereochemistry from the skeleton (it was retained on the input molecule). Rather than delete the atoms one by one inefficiently it is better to just create the skeleton as we need it.

The InChI tautomer generator deleted atom/bonds but not stereochemistry leaving the 'skeleton' in an invalid state. The simple fix was to clear the stereochemistry from the skeleton (it was retained on the input molecule). Rather than delete the atoms one by one inefficiently it is better to just create the skeleton as we need it.
@sonarqubecloud
Copy link
Copy Markdown

@egonw egonw merged commit 9ee6f6a into main Apr 11, 2025
11 checks passed
@johnmay johnmay deleted the fix-1183 branch March 3, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants