# HG changeset patch # User tduigou # Date 1655822408 0 # Node ID 092545561208e33abf3fa2fc953bb2594b0caabc # Parent ea590c609fec8e663ce9f81876b9ed75b50f408d "planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty" diff -r ea590c609fec -r 092545561208 rrparser.xml --- a/rrparser.xml Wed Feb 02 14:29:14 2022 +0000 +++ b/rrparser.xml Tue Jun 21 14:40:08 2022 +0000 @@ -1,6 +1,7 @@ - + Retrieve the reaction rules from RetroRules + 0 2.4.6 @@ -12,12 +13,12 @@ - + - + - - - + + + - + @@ -54,7 +55,7 @@ - + @@ -76,7 +77,7 @@ - + @@ -86,22 +87,22 @@ RRulesParser ============ -Retrieve the reaction rules from `RetroRules `_ +Retrieve the reaction rules from `RetroRules `_ extracted from public databases and expressed in the community-standard SMARTS (SMILES arbitrary target specification) format, augmented by a rule representation at different levels of specificity (the atomic environment around the reaction center). + +The generated output is a file containing reaction rules which are generic descriptions of chemical reactions that can be used in retrosynthesis workflows (e.g. `Retrosynthesis KNIME Workflow `_) in order to enumerate all possible biosynthetic routes connecting a target molecule to its precursors. Input ----- -* **rules-file**: (string) Filename of reaction rules -* **input-format**: (string) input file format (default: csv) -* **rule-type**: (string) {all,retro,forward} rule usage to filter from rules file +* **Rule Type**: (string) Return the rules that are in reverse, forward, both direction or from an input user file +* **rules-file**: (string) Filename of reaction rules provided in csv or tsv format. +* **input_format**: (string) input file format (csv: default, tsv) * **diameters**: (integer list) diameter of the sphere including the atoms around the reacting center (default is including all values: 2,4,6,8,10,12,14,16). The higher is the diameter, the more specific are the rules -* **output-format**: (string) {csv,tsv} output file format (default: csv) Ouput ----- -* **outfile**: (string): file where results are written. If file ends with '.gz', it will be gzipped. - +* **out_rules**: (string): file containing the parsed reactions rules (default=csv). It will be zipped if *Compress output* is set to yes. Version -------