view test-data/config_file.yml @ 3:4e885e541368 draft

planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit bc02f9f707e8d8e935d4d905598f6d6a190fd3d7
author workflow4metabolomics
date Wed, 13 Mar 2024 10:22:00 +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