# HG changeset patch # User tduigou # Date 1721810652 0 # Node ID bdde1d9dfaee0b5ecb2d6283e1e245be2666ab9a # Parent 850412516a469d69b22aa28db050a78884a4fb7a planemo upload for repository https://github.com/brsynth/rp2paths commit 46a1a47f6df15ce1873cde96c84b11d8a4544413 diff -r 850412516a46 -r bdde1d9dfaee rp2paths.xml --- a/rp2paths.xml Tue May 30 21:09:26 2023 +0000 +++ b/rp2paths.xml Wed Jul 24 08:44:12 2024 +0000 @@ -1,7 +1,7 @@ Enumerate and seperate the different pathways generated by RetroPath2.0 - 1.5.0 + 1.5.1 rp2paths @@ -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