77Introduction
88============
99
10- ` Reaction Decoder Tool (RDT) v3.8.0 `
10+ ` Reaction Decoder Tool (RDT) v3.8.1 `
1111--------------------------------------
1212
1313** Toolkit-agnostic reaction mapping engine** with CDK adapter. Deterministic, no training data required.
@@ -18,7 +18,7 @@ Published tools are scored on **chemically equivalent** atom mapping — whether
1818
1919| Tool | Chemically Equivalent Atom-Map | Bond-Change Exact | Mol-Map Exact | Strict Atom-Index Exact | Deterministic |
2020| ------| -------------------------------| -------------------| ---------------| ------------------------| ---------------|
21- | ** RDT v3.8.0 ** | ** 99.2%** | ** 99.2%** | ** 75.6 %** | 22.8 % | ** Yes** |
21+ | ** RDT v3.8.1 ** | ** 99.2%** | ** 99.2%** | ** 76.8 %** | 19.6 % | ** Yes** |
2222| RXNMapper | 83.74%† | - | - | - | No |
2323| RDTool (published) | 76.18%† | - | - | - | Yes |
2424| ChemAxon | 70.45%† | - | - | - | Yes |
@@ -133,7 +133,7 @@ The package namespace has changed from `uk.ac.ebi` to `com.bioinceptionlabs` in
133133<!-- Old (v2.x) -->
134134<groupId >uk.ac.ebi.rdt</groupId >
135135
136- <!-- New (v3.8.0 +) -->
136+ <!-- New (v3.8.1 +) -->
137137<groupId >com.bioinceptionlabs</groupId >
138138```
139139
@@ -207,7 +207,7 @@ Sub-commands
207207` AAM using SMILES `
208208
209209 ```
210- java -jar rdt-3.8.0 -jar-with-dependencies.jar -Q SMI -q "CC(O)CC(=O)OC(C)CC(O)=O.O[H]>>[H]OC(=O)CC(C)O.CC(O)CC(O)=O" -g -c -j AAM -f TEXT
210+ java -jar rdt-3.8.1 -jar-with-dependencies.jar -Q SMI -q "CC(O)CC(=O)OC(C)CC(O)=O.O[H]>>[H]OC(=O)CC(C)O.CC(O)CC(O)=O" -g -c -j AAM -f TEXT
211211 ```
212212
213213` Perform AAM ` for Transporters
@@ -216,14 +216,14 @@ Sub-commands
216216` AAM using SMILES ` (accept mapping with no bond changes -b)
217217
218218 ```
219- java -jar rdt-3.8.0 -jar-with-dependencies.jar -Q SMI -q "O=C(O)C(N)CC(=O)N.O=C(O)C(N)CS>>C(N)(CC(=O)N)C(=O)O.O=C(O)C(N)CS" -b -g -c -j AAM -f TEXT
219+ java -jar rdt-3.8.1 -jar-with-dependencies.jar -Q SMI -q "O=C(O)C(N)CC(=O)N.O=C(O)C(N)CS>>C(N)(CC(=O)N)C(=O)O.O=C(O)C(N)CS" -b -g -c -j AAM -f TEXT
220220 ```
221221
222222` Annotate Reaction using SMILES `
223223---------------------------------
224224
225225 ```
226- java -jar rdt-3.8.0 -jar-with-dependencies.jar -Q SMI -q "CC(O)CC(=O)OC(C)CC(O)=O.O[H]>>[H]OC(=O)CC(C)O.CC(O)CC(O)=O" -g -c -j ANNOTATE -f XML
226+ java -jar rdt-3.8.1 -jar-with-dependencies.jar -Q SMI -q "CC(O)CC(=O)OC(C)CC(O)=O.O[H]>>[H]OC(=O)CC(C)O.CC(O)CC(O)=O" -g -c -j ANNOTATE -f XML
227227 ```
228228
229229
@@ -233,12 +233,12 @@ Sub-commands
233233` Compare Reactions using SMILES with precomputed AAM mappings `
234234
235235 ```
236- java -jar rdt-3.8.0 -jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
236+ java -jar rdt-3.8.1 -jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
237237 ```
238238
239239
240240` Compare Reactions using RXN files `
241241
242242 ```
243- java -jar rdt-3.8.0 -jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
243+ java -jar rdt-3.8.1 -jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
244244 ```
0 commit comments