# HG changeset patch # User tduigou # Date 1637233905 0 # Node ID 024dcd6421dba72c342780f8aa1b414540ccc804 Uploaded rrparser 2.4.5 diff -r 000000000000 -r 024dcd6421db rrparser/rrparser.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rrparser/rrparser.xml Thu Nov 18 11:11:45 2021 +0000 @@ -0,0 +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.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 000000000000 -r 024dcd6421db rrparser/test-data/rules.csv.gz Binary file rrparser/test-data/rules.csv.gz has changed