# HG changeset patch
# User tduigou
# Date 1760003403 0
# Node ID 1edb49dfa3357a491fbe502fffb963a405f63596
# Parent f26e7e4a42b7da97baa75c4e844d0a64994c2615
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 4f228a8dcee36f8c5282ff3e30f67a87254a2837-dirty
diff -r f26e7e4a42b7 -r 1edb49dfa335 retropath2_wrapper.xml
--- a/retropath2_wrapper.xml Wed Oct 08 11:10:57 2025 +0000
+++ b/retropath2_wrapper.xml Thu Oct 09 09:50:03 2025 +0000
@@ -2,7 +2,7 @@
profile="21.09" license="MIT">
Build a reaction network from a set of source compounds to a set of sink compounds
- 0
+ 1
3.5.0
@@ -10,27 +10,20 @@
-
-
+ level="fatal"
+ description="It seems that the target product is already in the chassis (Exit code: 1)" />
-
+ description="The following error occured (Exit code: 2)" />
-
+ description="is not a valid InChI notation (Exit code: 3)" />
-
+ description="The sink file is malformed (Exit code: 4)" />
-
-
+ description="Source has been found in the sink (Exit code: 10)" />
+ description="No solution has been found (Exit code: 11)" />
/dev/null; then
- cp out/*_scope.csv '$Reaction_Network';
- else
- cp out/results.csv '$Reaction_Network';
- fi
+ cp out/*_scope.csv "$Reaction_Network" 2>/dev/null || cp out/results.csv "$Reaction_Network"
]]>