# HG changeset patch
# User tduigou
# Date 1741252953 0
# Node ID 22ceb8cf65accf9acfd663c574fab92ea04b4d9e
# Parent da083c323f5ce891e00d0e5e966196cee34124ae
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 7aa6b6c68cf3c15f93b82fd7ed12c6ec5ab4517f
diff -r da083c323f5c -r 22ceb8cf65ac retropath2_wrapper.xml
--- a/retropath2_wrapper.xml Wed Jul 24 08:41:51 2024 +0000
+++ b/retropath2_wrapper.xml Thu Mar 06 09:22:33 2025 +0000
@@ -2,7 +2,7 @@
Build a reaction network from a set of source compounds to a set of sink compounds
0
- 3.2.0
+ 3.3.0
retropath2_wrapper
@@ -40,6 +40,9 @@
#if str($adv.network) == "true":
--no-network
#end if
+ #if str($adv.quiet) == "true":
+ --quiet
+ #end if
--msc_timeout '$adv.timeout' &&
if compgen -G 'out/*_scope.csv' > /dev/null; then
cp out/*_scope.csv '$Reaction_Network';
@@ -70,6 +73,7 @@
+