# HG changeset patch # User tduigou # Date 1634038902 0 # Node ID 8b015a6bcbbc8683dff9a30083d3997d576490c1 # Parent 0b6d6980cad1c3567f6ede95d5cc1ffa69e01f0d Uploaded diff -r 0b6d6980cad1 -r 8b015a6bcbbc rrparser/rrparser.xml --- a/rrparser/rrparser.xml Wed Jul 07 09:18:49 2021 +0000 +++ b/rrparser/rrparser.xml Tue Oct 12 11:41:42 2021 +0000 @@ -1,119 +1,137 @@ - - Reaction Rules Parser - - rrparser - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - `_ - -Input ------ - -* **rules-file**: (string) Filename of reaction rules -* **input-format**: (string) Valid options: csv, tsv. Format of the input file -* **rule-type**: (string) Valid options: retro, forward, all. Return the rules that are in reverse, forward or both direction -* **diameters**: (integer list) Valid options: 2, 4, 6, 8, 10, 12, 14, 16. The diameter of the rules to return -* **outdir**: (string) Path where output files will be written -* **outfile**: (string) Path where output files will be written -* **output-format**: (string) Valid options: csv, tar.gz. Format of the returned file - -Ouput ------ - -* **output**: (string): Path of the output file. Either a compressed tar.gz (containing a csv) or csv list of reaction rules that are in a RetroPath2.0 friendly format - - -Version -------- - -v2.4.0 - -Authors -------- - -* **Thomas Duigou** -* Melchior du Lac -* Joan Hérisson - -License -------- - -This project is licensed under the MIT License - see the `LICENSE `_ file for details - -Acknowledgments ---------------- - -* Joan Hérisson - - ]]> + + Reaction Rules Parser + + rrparser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + `_ + +Input +----- + +* **rules-file**: (string) Filename of reaction rules +* **input-format**: (string) Valid options: csv, tsv. Format of the input file +* **rule-type**: (string) Valid options: retro, forward, all. Return the rules that are in reverse, forward or both direction +* **diameters**: (integer list) Valid options: 2, 4, 6, 8, 10, 12, 14, 16. The diameter of the rules to return +* **outdir**: (string) Path where output files will be written +* **outfile**: (string) Path where output files will be written +* **output-format**: (string) Valid options: csv, tar.gz. Format of the returned file + +Ouput +----- + +* **output**: (string): Path of the output file. Either a compressed tar.gz (containing a csv) or csv list of reaction rules that are in a RetroPath2.0 friendly format + + +Version +------- + +v2.4.1 + +Authors +------- + +* **Thomas Duigou** +* Melchior du Lac +* Joan Hérisson + +License +------- + +This project is licensed under the MIT License - see the `LICENSE `_ file for details + +Acknowledgments +--------------- + +* Joan Hérisson + + ]]> + + @article{10.1093/nar/gky940, + author = {Duigou, Thomas and du Lac, Melchior and Carbonell, Pablo and Faulon, Jean-Loup}, + title = "{RetroRules: a database of reaction rules for engineering biology}", + journal = {Nucleic Acids Research}, + volume = {47}, + number = {D1}, + pages = {D1229-D1235}, + year = {2018}, + month = {10}, + abstract = "{RetroRules is a database of reaction rules for metabolic engineering (https://retrorules.org). Reaction rules are generic descriptions of chemical reactions that can be used in retrosynthesis workflows in order to enumerate all possible biosynthetic routes connecting a target molecule to its precursors. The use of such rules is becoming increasingly important in the context of synthetic biology applied to de novo pathway discovery and in systems biology to discover underground metabolism due to enzyme promiscuity. Here, we provide for the first time a complete set containing \\>400 000 stereochemistry-aware reaction rules extracted from public databases and expressed in the community-standard SMARTS (SMIRKS) format, augmented by a rule representation at different levels of specificity (the atomic environment around the reaction center). Such numerous representations of reactions expand natural chemical diversity by predicting de novo reactions of promiscuous enzymes.}", + issn = {0305-1048}, + doi = {10.1093/nar/gky940}, + url = {https://doi.org/10.1093/nar/gky940}, + eprint = {https://academic.oup.com/nar/article-pdf/47/D1/D1229/27436292/gky940.pdf}, + } + + \ No newline at end of file diff -r 0b6d6980cad1 -r 8b015a6bcbbc rrparser/test-data/rules.csv.gz Binary file rrparser/test-data/rules.csv.gz has changed