You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the example code java -jar rdt-2.5.0-SNAPSHOT-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 and the result looks alright, but unexpectedly it returns non-zero exit code.
Hi,
I'm running the example code
java -jar rdt-2.5.0-SNAPSHOT-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
and the result looks alright, but unexpectedly it returns non-zero exit code.I see a line with
System.exit(1)
here:ReactionDecoder/src/main/java/uk/ac/ebi/aamtool/ReactionDecoder.java
Line 153 in 21b99f8
Best,
Alexey
The text was updated successfully, but these errors were encountered: