From d83dec5a7582deb043878c519cab55829bc505a2 Mon Sep 17 00:00:00 2001 From: llegregam Date: Tue, 24 Oct 2023 10:19:59 +0200 Subject: [PATCH] Quick fix of usage.rst --- docs/usage.rst | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 69540cc..ebe349c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -43,10 +43,31 @@ The :file:`yaml` configuration file contains all parameters required to calculat thus key to ensure **reproducibility** of the flux calculation process. A configuration file is generated automatically by PhysioFit during flux calculation; it can also be created or edited manually. -Here is an example of a configuration file: - -.. image:: _static/usage/config_example.JPG - :scale: 80% +Here is an example of a configuration file: :: + + iterations: 100 + mc: true + model: + bounds: + Ace_M0: (1e-06, 50) + Ace_q: (-50, 50) + Glc_M0: (1e-06, 50) + Glc_q: (-50, 50) + X_0: (0.001, 10) + growth_rate: (0.001, 3) + model_name: Steady-state batch model + parameters_to_estimate: + Ace_M0: 1 + Ace_q: 1 + Glc_M0: 1 + Glc_q: 1 + X_0: 1 + growth_rate: 1 + path_to_data: ..\data\test-data_single_exp.tsv + sds: + Ace: 0.2 + Glc: 0.2 + X: 0.2 For a description of all calculation parameters, check the section below.