Mercurial > repos > tduigou > retropath2
annotate retropath2_wrapper.xml @ 12:da083c323f5c draft default tip
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
author | tduigou |
---|---|
date | Wed, 24 Jul 2024 08:41:51 +0000 |
parents | 5f4a981d6bc3 |
children |
rev | line source |
---|---|
7
0a25e8aaad7c
planemo upload commit 250fc47bd655aa7d952fb13f0b8e481443465b8f
tduigou
parents:
6
diff
changeset
|
1 <tool id="retropath2" name="RetroPath2.0" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT"> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
2 <description>Build a reaction network from a set of source compounds to a set of sink compounds</description> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
3 <macros> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
4 <token name="@VERSION_SUFFIX@">0</token> |
11
5f4a981d6bc3
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit b7e98c7f0ee70edd536215e3dfe0cd66957e6dae
tduigou
parents:
10
diff
changeset
|
5 <token name="@TOOL_VERSION@">3.2.0</token> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
6 </macros> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
7 <requirements> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">retropath2_wrapper</requirement> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
9 </requirements> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
10 <stdio> |
12
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
11 <!-- Fatal --> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
12 <exit_code range="1" level="fatal" description="Cannot find source-in-sink file" /> |
12
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
13 <regex match="It seems that the target product is already in the chassis" source="both" level="fatal" description="It seems that the target product is already in the chassis" /> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
14 <exit_code range="2" level="fatal" description="Running the RetroPath2.0 Knime program produced an OSError" /> |
12
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
15 <regex match="The following error occured" source="both" level="fatal" description="The following error occured" /> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
16 <exit_code range="3" level="fatal" description="The InChI string is malformed" /> |
12
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
17 <regex match="is not a valid InChI notation" source="both" level="fatal" description="is not a valid InChI notation" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
18 <exit_code range="4" level="fatal" description="Sink file is malformed" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
19 <regex match="The sink file is malformed" source="both" level="fatal" description="The sink file is malformed" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
20 <!-- Warning --> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
21 <exit_code range="10" level="warning" description="Source has been found in the sink" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
22 <regex match="Source has been found in the sink" source="both" level="warning" description="Source has been found in the sink" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
23 <exit_code range="11" level="warning" description="RetroPath2.0 has found no solution" /> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
24 <regex match="No solution has been found" source="both" level="warning" description="No solution has been found" /> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
25 </stdio> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
26 <command detect_errors="exit_code"><![CDATA[ |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
27 python -m retropath2_wrapper |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
28 '$sinkfile' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
29 '$rulesfile' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
30 out |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
31 --source_inchi '$source_inchi' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
32 --source_name '$source_name' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
33 --rp2_version '$adv.version' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
34 --max_steps '$max_steps' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
35 --topx '$adv.topx' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
36 --dmin '$adv.dmin' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
37 --dmax '$adv.dmax' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
38 --mwmax_source '$adv.mwmax_source' |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
39 --kinstall "\${TMPDIR:-.}" |
11
5f4a981d6bc3
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit b7e98c7f0ee70edd536215e3dfe0cd66957e6dae
tduigou
parents:
10
diff
changeset
|
40 #if str($adv.network) == "true": |
5f4a981d6bc3
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit b7e98c7f0ee70edd536215e3dfe0cd66957e6dae
tduigou
parents:
10
diff
changeset
|
41 --no-network |
5f4a981d6bc3
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit b7e98c7f0ee70edd536215e3dfe0cd66957e6dae
tduigou
parents:
10
diff
changeset
|
42 #end if |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
43 --msc_timeout '$adv.timeout' && |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
44 if compgen -G 'out/*_scope.csv' > /dev/null; then |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
45 cp out/*_scope.csv '$Reaction_Network'; |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
46 else |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
47 cp out/results.csv '$Reaction_Network'; |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
48 fi |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
49 ]]></command> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
50 <inputs> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
51 <param name="rulesfile" type="data" format="csv,tar" label="Rules File" help="File containing reaction rules which reflect the enzymatic potential of the chassis organism."/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
52 <param name="sinkfile" type="data" format="csv" label="Sink File" help=" Sink file which comprises all compounds that are considered as granted in your system."/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
53 <param name="source_inchi" type="text" label="Source InChI" optional="false" help="InChI of compound to produce."> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
54 <validator type="empty_field" message="You must provide the InChI string"/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
55 </param> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
56 <param name="max_steps" type="integer" value="3" min="1" max="10" label="Maximal Pathway length" help="The maximal number of metabolic steps (i.e. reactions) for exploring around the target."/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
57 <param name="source_name" type="text" value="target" optional="true" label="Source name" help="Name of compound to produce."> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
58 <validator type="empty_field" message="Source name is required."/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
59 </param> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
60 <section name="adv" title="Advanced Options" expanded="false"> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
61 <param name="version" type="select" label="Workflow version" help="Retropath2.0 Workflow versions, formatted as 'r{year}{month}{day}' (the latest version 'r20220104' is used by default)."> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
62 <option value="v9">v9</option> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
63 <option value="r20210127">r20210127</option> |
12
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
64 <option value="r20220104">r20220104</option> |
da083c323f5c
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
tduigou
parents:
11
diff
changeset
|
65 <option value="r20220224" selected="true">r20220224</option> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
66 </param> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
67 <param name="topx" type="integer" value="100" min="1" max="1000" label="TopX" help="The maximal number of intermediate compounds to use as new starting points for a next iteration of the retrosynthesis algorithm." /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
68 <param name="dmin" type="integer" value="0" min="0" max="1000" label="Minimum rule diameter" help="Minimum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules." /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
69 <param name="dmax" type="integer" value="1000" min="0" max="1000" label="Maximum rule diameter" help="Maximum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules."/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
70 <param name="mwmax_source" type="integer" value="1000" min="0" max="2000" label="Molecular weight of source (Da)" help="The molecular weight cutoff (in Da), above which initial source (ie target) and intermediate compounds will be filtered out." /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
71 <param name="timeout" type="integer" value="60" min="30" max="600" label="Timeout (min)" help="Maximal time of RetroPath2.0 execution (60 minutes by default)." /> |
11
5f4a981d6bc3
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit b7e98c7f0ee70edd536215e3dfe0cd66957e6dae
tduigou
parents:
10
diff
changeset
|
72 <param name="network" type="boolean" checked="false" label="Do not use network" /> |
6
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
73 </section> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
74 </inputs> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
75 <outputs> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
76 <data name="Reaction_Network" format="csv" label="${tool.name}" > |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
77 <actions> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
78 <action name="column_names" type="metadata" default="Initial source,Transformation ID,Reaction SMILES,Substrate SMILES,Substrate InChI,Product SMILES,Product InChI,In Sink,Sink name,Diameter,Rule ID,EC number,Score,Starting Source SMILES,Iteration" /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
79 </actions> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
80 </data> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
81 </outputs> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
82 <tests> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
83 <test> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
84 <!-- test 1: check if identical outputs are produced with default parameters --> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
85 <param name="rulesfile" value="rules.csv" /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
86 <param name="sinkfile" value="sink.csv" /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
87 <param name="source_inchi" value="InChI=1S/C40H56/c1-33(2)19-13-23-37(7)27-17-31-39(9)29-15-25-35(5)21-11-12-22-36(6)26-16-30-40(10)32-18-28-38(8)24-14-20-34(3)4/h11-12,15-22,25-32H,13-14,23-24H2,1-10H3/b12-11+,25-15+,26-16+,31-17+,32-18+,35-21+,36-22+,37-27+,38-28+,39-29+,40-30+" /> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
88 <output name="Reaction_Network" file="results_retropath2.csv" ftype="csv" compare="diff"/> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
89 </test> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
90 </tests> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
91 <help><![CDATA[ |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
92 Retropath2.0 wrapper |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
93 ==================== |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
94 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
95 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
96 Perform retrosynthesis search of possible metabolic routes between a source molecule and a collection of sink molecules. This tool is an implementation of the `KNIME retropath2.0 workflow <https://www.myexperiment.org/workflows/4987.html>`_. It takes for input the minimal (dmin) and maximal (dmax) diameter for the reaction rules and the maximal path length (maxSteps). The tool expects the following files: rules.csv, sink.csv and source.csv and produce a retrosynthesis network as a CSV file providing reactions in the reaction SMILES format and chemicals in both SMILES and InChI formats along with other information like the score for each reaction. Only a single source molecule is processed at this time. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
97 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
98 Input |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
99 ----- |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
100 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
101 Required: |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
102 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
103 * **Sink File**\ : (string) Sink file which comprises all compounds that are considered as granted in your system. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
104 * **Source InChI**\ : (string) InChI of compound to produce. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
105 * **Source name**\ : (string) Name of compound to produce. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
106 * **Maximal Pathway length**\ : (integer) The maximal number of metabolic steps (i.e. reactions) for exploring around the target. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
107 * **Rules File**\ : (string) File containing reaction rules which reflect the enzymatic potential of the chassis organism. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
108 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
109 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
110 Advanced options: |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
111 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
112 * **TopX**\ : (integer, default: 100) The maximal number of intermediate compounds to use as new starting points for a next iteration of the retrosynthesis algorithm. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
113 * **Minimum rule diameter**\ : (integer, default: 0) Minimum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
114 * **Maximum rule diameter**\ : (integer, default: 1000) Maximum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
115 * **Molecular weight of source (Da)**\ : (integer, default: 1000) The molecular weight cutoff (in Da), above which initial source (ie target) and intermediate compounds will be filtered out. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
116 * **Timeout (min)**\ : (integer, default: 60) Maximal time of RetroPath2.0 execution (60 minutes by default) |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
117 * **Workflow version**\ : Retropath2.0 Workflow versions, formatted as r{year}{month}{day} (the latest version r20220104 is used by default) |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
118 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
119 Output |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
120 ------ |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
121 |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
122 * **Reaction Network**\ : CSV file containing retrosynthesis network which provides reactions in the reaction SMILES format and chemicals in both SMILES and InChI formats along with other information like the score for each reaction. |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
123 ]]></help> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
124 <citations> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
125 <citation type="doi">10.1016/j.ymben.2017.12.002 </citation> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
126 </citations> |
8d76e8616839
planemo upload commit 28852b9b524b2b3ec85d6e85bc30f82593cb026c
tduigou
parents:
diff
changeset
|
127 </tool> |