Skip to content

Commit

Permalink
Fixes rdkit#7989 Incorrect benzyl deprotection reaction (rdkit#7990)
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-kelley authored Nov 7, 2024
1 parent 649a62a commit 75e8858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/GraphMol/Deprotect/Deprotect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const std::vector<DeprotectData> &getDeprotections() {
"methoxymethyl_ether", "COCOC>>CO"},
{"alcohol", "[C;R0][O;R0][C;R0][C;R0][O;R0][C;R0][O;X2:1]>>[O;H1:1]",
"MEM", "beta-Methoxyethoxymethyl_ether", "C(C)(C)OCOCCOC>>C(C)(C)O"},
{"alcohol", "[O;!$(*C(=O)):1]c1[c;H1][c;H1][c;H1][c;H1][c;H1]1>>[O;H1:1]",
"Bn", "benzyl", "NOc1ccccc1>>ON"},
{"alcohol", "[O;!$(*C(=O)):1][CH2]c1[c;H1][c;H1][c;H1][c;H1][c;H1]1>>[O;H1:1]",
"Bn", "benzyl", "NOCc1ccccc1>>ON"},
{"alcohol", "[O;H0&X2:1][Si]([C;H3])([C;H3])([C;H3])>>[O;H1:1]", "TMS",
"trimethylsilyl", "NO[Si](C)(C)C>>NO"},
{"alcohol", "[O;H0:1]C(=O)c1[c;H1][c;H1][c;H1][c;H1][c;H1]1>>[O;H1:1]",
Expand Down

0 comments on commit 75e8858

Please sign in to comment.