# HG changeset patch
# User tduigou
# Date 1682904009 0
# Node ID b9aa7267df4241eb03fdfbe5dbee29c7bfc07087
# Parent 4b2318e9b097622bf27b70697c072ffeac991905
planemo upload for repository https://github.com/brsynth/rp2biosensor commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
diff -r 4b2318e9b097 -r b9aa7267df42 config/job_conf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/job_conf.xml Mon May 01 01:20:09 2023 +0000
@@ -0,0 +1,1 @@
+
diff -r 4b2318e9b097 -r b9aa7267df42 config/tool_conf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config/tool_conf.xml Mon May 01 01:20:09 2023 +0000
@@ -0,0 +1,3 @@
+
diff -r 4b2318e9b097 -r b9aa7267df42 rp2biosensor.xml
--- a/rp2biosensor.xml Fri Mar 25 13:01:27 2022 +0000
+++ b/rp2biosensor.xml Mon May 01 01:20:09 2023 +0000
@@ -1,6 +1,7 @@
-
+
Build Sensing-Enabling Metabolic Pathways from RetroPath2.0 output
+ 0
3.1.0
@@ -16,7 +17,7 @@
#end if
]]>
-
+
@@ -30,54 +31,56 @@
-
-
-
-
+
+
+
+
`_ the subnetwork of interest, linking the biosensor to the compound to be detected, and produce an interactive web page showing the transducing reactions.
+
+Briefly, rp2biosensor parses the retrosynthesis network outputted by RetroPath2.0, completes the predicted reactions by putting back co-substrates and co-products omitted during the retrosynthesis using the `rxn_rebuild `_ Python package, enumerates the shortest path linking the compound of interest, i.e. the biosensor, to the compound to be detected, e.g. lactate, and finally outputs the resulting subnetwork as an interactive web page to let the user browse the results.
Input
-----
Required:
-* **rp2_results**\ : (string) RetroPath2.0 results.
-* **sink_file**\ : (string) Sink file used for RetroPath2.0.
+* **RetroPath2 output**\ : Retrosynthesis network generated by RetroPath2.0 in CSV format.
+* **Sink file**\ : (string) Sink file used for RetroPath2.0.
Output
------
-* **opath**\ : (string) Output path. Default: biosensor.html.
+* **HTML file**\ : interactive web page showing the transducing reactions.
-* **otype**\ : (string) Output type. This could be either (i) "dir" which means ouput files will outputted into this directory, or (ii) "file" which means that all files will be embedded into a single HTML page. Default: file.
+Optional:
-* **ojson**\ : (string) Output the graph as json file if the path is not None. Default: None
+* **JSON file**\ : Output the graph as JSON file.
Project Links
------------------
* `GitHub `_
-Version
-----------
-
-3.1.0
-
-Authors
--------
-
-* **Thomas Duigou**
-
License
-------
* `MIT `_
]]>
+
+
+
+
+ 10.1021/acssynbio.2c00138
+
\ No newline at end of file