# HG changeset patch # User luca_milaz # Date 1724962541 0 # Node ID 979337507901bcf7cd978342dbe89c9760cf2920 # Parent e397e04f45e8bb2155e553ca23fa752731dbda84 Uploaded diff -r e397e04f45e8 -r 979337507901 marea_2/custom_data_generator.xml --- a/marea_2/custom_data_generator.xml Thu Aug 29 20:10:56 2024 +0000 +++ b/marea_2/custom_data_generator.xml Thu Aug 29 20:15:41 2024 +0000 @@ -43,8 +43,7 @@ What it does ------------- -This tool generates two files containing reactions and rules respectively, starting from a custom model in JSON or XML format, that can be used as inputs for the RAS and RPS generator modules. - +This tool generates four files containing reactions, rules, bounds and growth medium, starting from a custom model in JSON or XML format, that can be used as inputs for the RAS and RPS generator modules. Accepted files: - A model: JSON or XML file reporting reactions and rules contained in the model. @@ -55,6 +54,8 @@ The tool generates: - rules: reporting the rules for each reaction in the custom model given. Format: csv or pickle. - reactions: reporting the reactions in the custom model given. Format: csv or pickle. + - bounds: reporting the lower and upper bounds of custom model. Format: csv or pickle. + - medium: reporting a simple list containing the model exchange reactions. Format: csv or pickle. - a log file (.txt). ]]>