Skip to content

Commit 4f420f1

Browse files
committed
Bump version to 3.3.0
1 parent 96efccd commit 4f420f1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Introduction
22
============
33

4-
`Reaction Decoder Tool (RDT) v3.2.0`
4+
`Reaction Decoder Tool (RDT) v3.3.0`
55
--------------------------------------
66

77
**Toolkit-agnostic reaction mapping engine** with CDK adapter. Deterministic, no training data required.
@@ -109,7 +109,7 @@ The package namespace has changed from `uk.ac.ebi` to `com.bioinceptionlabs` in
109109
<!-- Old (v2.x) -->
110110
<groupId>uk.ac.ebi.rdt</groupId>
111111

112-
<!-- New (v3.2.0+) -->
112+
<!-- New (v3.3.0+) -->
113113
<groupId>com.bioinceptionlabs</groupId>
114114
```
115115

@@ -181,7 +181,7 @@ Sub-commands
181181
`AAM using SMILES`
182182

183183
```
184-
java -jar rdt-3.2.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
184+
java -jar rdt-3.3.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
185185
```
186186

187187
`Perform AAM` for Transporters
@@ -190,14 +190,14 @@ Sub-commands
190190
`AAM using SMILES` (accept mapping with no bond changes -b)
191191

192192
```
193-
java -jar rdt-3.2.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
193+
java -jar rdt-3.3.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
194194
```
195195

196196
`Annotate Reaction using SMILES`
197197
---------------------------------
198198

199199
```
200-
java -jar rdt-3.2.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
200+
java -jar rdt-3.3.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
201201
```
202202

203203

@@ -207,12 +207,12 @@ Sub-commands
207207
`Compare Reactions using SMILES with precomputed AAM mappings`
208208

209209
```
210-
java -jar rdt-3.2.0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
210+
java -jar rdt-3.3.0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH -u
211211
```
212212

213213

214214
`Compare Reactions using RXN files`
215215

216216
```
217-
java -jar rdt-3.2.0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
217+
java -jar rdt-3.3.0-jar-with-dependencies.jar -Q RXN -q example/ReactionDecoder_mapped.rxn -T RXN -t example/ReactionDecoder_mapped.rxn -j COMPARE -f BOTH
218218
```

pom-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.bioinceptionlabs</groupId>
55
<artifactId>rdt</artifactId>
66
<description>Reaction Decoder Tool</description>
7-
<version>3.2.0</version>
7+
<version>3.3.0</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<jdk.version>11</jdk.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.bioinceptionlabs</groupId>
55
<artifactId>rdt</artifactId>
66
<description>Reaction Decoder Tool</description>
7-
<version>3.2.0</version>
7+
<version>3.3.0</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<jdk.version>11</jdk.version>

0 commit comments

Comments
 (0)