# HG changeset patch
# User tduigou
# Date 1761134586 0
# Node ID ec5e25d1a3f195d542f09e8acf208e069c2aaf29
# Parent e59d28e31f88e184c5f5ed6779cb94310e44c633
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit e6166111b59ed3077aef629dbd7b404f27896311-dirty
diff -r e59d28e31f88 -r ec5e25d1a3f1 macros.xml
--- a/macros.xml Wed Jul 24 08:42:16 2024 +0000
+++ b/macros.xml Wed Oct 22 12:03:06 2025 +0000
@@ -1,15 +1,15 @@
- 6.5.0
+ 6.6.6
0
rptools
-
+
-
+
diff -r e59d28e31f88 -r ec5e25d1a3f1 rpcompletion.xml
--- a/rpcompletion.xml Wed Jul 24 08:42:16 2024 +0000
+++ b/rpcompletion.xml Wed Oct 22 12:03:06 2025 +0000
@@ -1,49 +1,96 @@
-
- Completes mono-component reactions output by RetroPath2.0 with the appropriate cofactors
+
+ Completes mono-component reactions output by RetroPath2.0 with the appropriate
+ cofactors
macros.xml
-
+
+
empty_sink.csv &&
+ #set sinkfile='empty_sink.csv'
+ #else
+ #set sinkfile=$sink.sinkfile
+ #end if
python -m rptools.rpcompletion
'$rp2_pathways'
- '$sink'
+ $sinkfile
'$rp2paths_compounds'
'$rp2paths_pathways'
completed_pathways
--upper_flux_bound '$adv.upper_flux_bound'
--lower_flux_bound '$adv.lower_flux_bound'
--max_subpaths_filter '$adv.max_subpaths_filter'
- --cache-dir "\${TMPDIR:-.}"
+ --chemical-space '$adv.chemical_space'
+ #if $adv.cofile
+ --cofactors '$adv.cofile'
+ #end if
+ #if not $sink.error_codes
+ --silent
+ #end if
]]>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
-
-
+
+
+
+
+
`_ with the appropriate cofactors. Creates sub-paths when multiple reaction rules are associated with a single reaction. Input is a single pathways file produced by RP2Paths. It stands on rpCache which store pre-computed data.
-Input
------
-
-Required:
-
-* **RetroPath2.0 metabolic network**: RetroPath2.0 pathways file
-* **Sink from SBML**: rpextractsink file containing infos on molecules in the sink
-* **RP2paths compounds**: rp2paths compounds file
-* **RP2paths pathways**: rp2paths pathways file
-
-Advanced options:
-
-* **Upper flux bound**: (integer, default=9999) Upper flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created.
-* **Lower flux bound**: (integer, default=0) Lower flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created.
-* **Max subpaths generated per pathway**: (integer, default=10, 0=nofilter) Maximal number of subpaths to be created per master pathway.
-
Output
------
* **pathways**: SBML completed pathways
]]>
-
+
10.1038/s41467-022-32661-x
-
+
\ No newline at end of file