# HG changeset patch # User tduigou # Date 1721810520 0 # Node ID 016ae4a7705edf7be2f668a1d4dd14f372e7d4e4 # Parent f50160c17e027a7f7ef2a83be295daac0a2f7690 planemo upload for repository https://github.com/brsynth/rp2paths commit 96a30e92eab3144b924fdba7b63be10b218160a7 diff -r f50160c17e02 -r 016ae4a7705e rp2paths.xml --- a/rp2paths.xml Wed Feb 14 15:26:56 2024 +0000 +++ b/rp2paths.xml Wed Jul 24 08:42:00 2024 +0000 @@ -17,7 +17,8 @@ '$rp2_pathways' --outdir out --timeout '$adv.timeout' && - cp out/compounds.txt '$compounds' && + mv out/compounds.txt out/compounds.tsv && + cp out/compounds.tsv '$compounds' && if test -f 'out/out_paths.csv'; then cp out/out_paths.csv '$master_pathways'; fi @@ -45,10 +46,7 @@ ======== -**RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the `RetroPath2.0 workflow `_ into individual pathways and enumerate them. This analysis is required to ensure that only pathways fulfilling all the precursor needs are retained for further analysis. This tool takes as input a retrosynthesis network in the CSV file produced by `RetroPath2.0 `_ , and outputs the enumerated pathways (using `EC numbers `_ ) as well as the structure of involved chemicals (as SMILES: Simplified Molecular-Input Line-Entry System) in TSV format. - - -An example of **enumerated pathways** is illustred in the figure below for the production of a target molecule: `Styrene `_. **Compounds** are represented by their structures, and **reactions** by their `EC numbers `_. +**RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the `RetroPath2.0 workflow `_ into individual pathways and enumerate them. This analysis is required to ensure that only pathways fulfilling all the precursor needs are retained for further analysis. This tool takes as input a retrosynthesis network in the CSV file produced by `RetroPath2.0 `_ , and outputs the enumerated pathways (using EC numbers) as well as the structure of involved chemicals (as SMILES: Simplified Molecular-Input Line-Entry System) in TSV format. .. image:: ${static_path}/images/enumerated_pathways.png