diff test-data/config_file.yml @ 2:232ad69fc93c draft

planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
author workflow4metabolomics
date Tue, 16 Jan 2024 15:42:03 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/config_file.yml	Tue Jan 16 15:42:03 2024 +0000
@@ -0,0 +1,23 @@
+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: C:\Users\millard\Documents\GIT\PhysioFit\data_test\Steady-state_model\data.txt
+sds:
+  Ace: 0.2
+  Glc: 0.46
+  X: 0.02