view test-data/config_file.yml @ 6:b783d0c34304 draft default tip

planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 584dea1f5611a3f3526b780b91c26c0add00e08e
author workflow4metabolomics
date Fri, 14 Jun 2024 06:14:43 +0000
parents 232ad69fc93c
children
line wrap: on
line source

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