Mercurial > repos > tduigou > rp2paths
comparison rp2paths.xml @ 6:016ae4a7705e draft default tip
planemo upload for repository https://github.com/brsynth/rp2paths commit 96a30e92eab3144b924fdba7b63be10b218160a7
author | tduigou |
---|---|
date | Wed, 24 Jul 2024 08:42:00 +0000 |
parents | f50160c17e02 |
children |
comparison
equal
deleted
inserted
replaced
5:f50160c17e02 | 6:016ae4a7705e |
---|---|
15 mkdir out && | 15 mkdir out && |
16 python -m rp2paths all | 16 python -m rp2paths all |
17 '$rp2_pathways' | 17 '$rp2_pathways' |
18 --outdir out | 18 --outdir out |
19 --timeout '$adv.timeout' && | 19 --timeout '$adv.timeout' && |
20 cp out/compounds.txt '$compounds' && | 20 mv out/compounds.txt out/compounds.tsv && |
21 cp out/compounds.tsv '$compounds' && | |
21 if test -f 'out/out_paths.csv'; then | 22 if test -f 'out/out_paths.csv'; then |
22 cp out/out_paths.csv '$master_pathways'; | 23 cp out/out_paths.csv '$master_pathways'; |
23 fi | 24 fi |
24 ]]></command> | 25 ]]></command> |
25 <inputs> | 26 <inputs> |
43 <help><![CDATA[ | 44 <help><![CDATA[ |
44 RP2paths | 45 RP2paths |
45 ======== | 46 ======== |
46 | 47 |
47 | 48 |
48 **RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the `RetroPath2.0 workflow <https://www.myexperiment.org/workflows/4987.html>`_ 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 <https://toolshed.g2.bx.psu.edu/view/tduigou/retropath2/9c8ac9980bd6>`_ , and outputs the enumerated pathways (using `EC numbers <https://www.sciencedirect.com/topics/biochemistry-genetics-and-molecular-biology/enzyme-commission-number>`_ ) as well as the structure of involved chemicals (as SMILES: Simplified Molecular-Input Line-Entry System) in TSV format. | 49 **RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the `RetroPath2.0 workflow <https://www.myexperiment.org/workflows/4987.html>`_ 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 <https://toolshed.g2.bx.psu.edu/view/tduigou/retropath2/9c8ac9980bd6>`_ , 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. |
49 | |
50 | |
51 An example of **enumerated pathways** is illustred in the figure below for the production of a target molecule: `Styrene <https://www.sciencedirect.com/topics/chemical-engineering/styrene>`_. **Compounds** are represented by their structures, and **reactions** by their `EC numbers <https://www.sciencedirect.com/topics/biochemistry-genetics-and-molecular-biology/enzyme-commission-number>`_. | |
52 | 50 |
53 | 51 |
54 .. image:: ${static_path}/images/enumerated_pathways.png | 52 .. image:: ${static_path}/images/enumerated_pathways.png |
55 :width: 40 % | 53 :width: 40 % |
56 :align: center | 54 :align: center |