Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit fe2ea2a

Browse files
committed
another tweak to sulfone smirks
1 parent f6ef067 commit fe2ea2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/lychi/LyChIStandardizer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public class LyChIStandardizer {
9191
"[#6][S!@;X3+:1]([#6])[#8-:2]>>[#6][S:1]([#6])=[O:2]",
9292
"[#6]C([#6])=[S+:1][#8-:2]>>[#6]C([#6])=[S:1]=[O:2]",
9393
"[#6][S-:1]([#6])[C+:2]>>[#6][S:1]([#6])=[C:2]",
94-
"[*][S!@+:1]([*])([#8-:2])=O>>[*][S:1]([*])(=[O:2])=O",
95-
"[#6][S!@+:1]([#6])([#8-:2])=C>>[#6][S:1]([#6])(=C)=[O:2]",
94+
"[*][S+:1]([*])([#8-:2])=O>>[*][S:1]([*])(=[O:2])=O",
95+
"[#6][S+:1]([#6])([#8-:2])=C>>[#6][S:1]([#6])(=C)=[O:2]",
9696
"[S!@+:1][O-;X1:2]>>[S:1]=[O:2]",
9797
"[#6][P+:1]([O;X2])([O;X2])[#8-:2]>>[#6][P:1](O)(O)=[O:2]",
9898
"[#6][P-:1]([#6])([#6])[C+:2]>>[#6][P:1]([#6])([#6])=[C:2]",

tests/phosphorus.smi

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
OO[C@@H]1CCO[P@+]([O-])(N1)N(CCCl)CCCl VPAWVRUHMJVRHU-VGDKGRGNSA-N
22
OO[C@@H]1CCO[P@](=O)(N1)N(CCCl)CCCl VPAWVRUHMJVRHU-VGDKGRGNSA-N
3+
OO[C@@H]1CCO[P+]([O-])(N1)N(CCCl)CCCl VPAWVRUHMJVRHU-MSSWUJIJSA-N

0 commit comments

Comments
 (0)