# HG changeset patch # User tduigou # Date 1663764582 0 # Node ID d315876215432812375d63659e34966da5d9f92e # Parent 9c8ac9980bd6326ae796201f9fa798757f2d06d5 planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty diff -r 9c8ac9980bd6 -r d31587621543 retropath2.xml --- a/retropath2.xml Tue Feb 08 11:09:41 2022 +0000 +++ b/retropath2.xml Wed Sep 21 12:49:42 2022 +0000 @@ -1,24 +1,26 @@ - + Build a reaction network from a set of source compounds to a set of sink compounds - 2.3.0 + 0 + 2.3.1 retropath2_wrapper - - - - - - + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + +
- + - - - - - + + + + +
- + + + + + - + - + `_. 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. Input ----- Required: -* **-sinkfile**\ : (string) Path to the sink file -* **-sourcefile**\ : (string) Path to the source file -* **-max_steps**\ : (integer) Maximal number of steps -* **-rulesfile**\ : (string) Path to the rules file -* **-rulesfile_format**\ : (string) Valid Options: tar, csv. Format of the rules file +* **Sink File**\ : (string) Sink file which comprises all compounds that are considered as granted in your system. +* **Source InChI**\ : (string) InChI of compound to produce. +* **Source name**\ : (string) Name of compound to produce. +* **Maximal Pathway length**\ : (integer) The maximal number of metabolic steps (i.e. reactions) for exploring around the target. +* **Rules File**\ : (string) File containing reaction rules which reflect the enzymatic potential of the chassis organism. -The InChI source DB entries are obtained by the following command: - -`cat chem_prop.tsv | awk -F'\\t' '{print "\\t\\t\\t\\t\\t"}' | sed 's/\\&/\\&/g'` - -where `chem_prop.tsv` has been downloaded on MetaNetX. Advanced options: -* **-topx**\ : (integer, default: 100) For each iteration, number of rules -* **-dmin**\ : (integer, default: 0) -* **-dmax**\ : (integer, default: 1000) -* **-mwmax_source**\ : (integer, default: 1000) -* **-timeout**\ : (integer, default: 30) Timeout in minutes +* **TopX**\ : (integer, default: 100) The maximal number of intermediate compounds to use as new starting points for a next iteration of the retrosynthesis algorithm. +* **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. +* **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. +* **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. +* **Timeout (min)**\ : (integer, default: 60) Maximal time of RetroPath2.0 execution (60 minutes by default) +* **Workflow version**\ : Retropath2.0 Workflow versions, formatted as r{year}{month}{day} (the latest version r20220104 is used by default) Output ------ -* **-scope_csv**\ : (string) Path to the output scope csv file +* **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. + +Project Links +--------------------- + +* `GitHub `_ + +Version +---------- + +2.3.1 Authors ------- @@ -122,7 +126,7 @@ License ------- -This project is licensed under the MIT License. +This project is licensed under the `MIT `_ License. Acknowledgments ---------------