mirror of
https://github.com/rdkit/mmpdb.git
synced 2026-04-03 00:18:57 -06:00
Support for double-cut linkers with 0 atoms #17
Labels
No labels
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/mmpdb#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @baoilleach on 10/17/2024
I would like these two molecules to be identified as double-cut matched pairs (e.g. with exocyclic fragmentation):

The larger molecule has
[*:1]C[*:2]as the linker, which is fine:The smaller molecule should have
[*:1][*:2]as the linker, but nothing is found:I'm hoping there's a secret minsize somewhere I can change from 1 to 0, or is support for this likely to require much greater changes?