Skip to content

Commit

Permalink
Merge pull request #46 from MetaSys-LISBP/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
llegregam authored Oct 24, 2023
2 parents f2fad8a + e167f9d commit 18faa45
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
Binary file added docs/_static/usage/example1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 25 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 18faa45

Please sign in to comment.