@@ -122,7 +122,7 @@ The package namespace has changed from `uk.ac.ebi` to `com.bioinceptionlabs` in
122122<!-- Old (v2.x) -->
123123<groupId >uk.ac.ebi.rdt</groupId >
124124
125- <!-- New (v3.6 .0+) -->
125+ <!-- New (v3.7 .0+) -->
126126<groupId >com.bioinceptionlabs</groupId >
127127```
128128
@@ -196,7 +196,7 @@ Sub-commands
196196` AAM using SMILES `
197197
198198 ```
199- java -jar rdt-3.6 .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
199+ java -jar rdt-3.7 .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
200200 ```
201201
202202` Perform AAM ` for Transporters
@@ -205,14 +205,14 @@ Sub-commands
205205` AAM using SMILES ` (accept mapping with no bond changes -b)
206206
207207 ```
208- java -jar rdt-3.6 .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
208+ java -jar rdt-3.7 .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
209209 ```
210210
211211` Annotate Reaction using SMILES `
212212---------------------------------
213213
214214 ```
215- java -jar rdt-3.6 .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
215+ java -jar rdt-3.7 .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
216216 ```
217217
218218
@@ -222,12 +222,12 @@ Sub-commands
222222` Compare Reactions using SMILES with precomputed AAM mappings `
223223
224224 ```
225- java -jar rdt-3.6 .0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
225+ java -jar rdt-3.7 .0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
226226 ```
227227
228228
229229` Compare Reactions using RXN files `
230230
231231 ```
232- java -jar rdt-3.6 .0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
232+ java -jar rdt-3.7 .0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
233233 ```
0 commit comments