PEtab-dev / PEtab

PEtab - an SBML and TSV based data format for parameter estimation problems in systems biology
https://petab.readthedocs.io
MIT License
56 stars 12 forks source link

Clarification for condition table what happens if a parameter ID is provided as value #541

Open matthiaskoenig opened 2 years ago

matthiaskoenig commented 2 years ago

Hi all, in the condition table it should be clarified what happens if a parameter ID is provided for a parameter ID value: https://petab.readthedocs.io/en/latest/documentation_data_format.html#condition-table

${parameterId} The values will override any parameter values specified in the model.

Should read:

${parameterId} The values will override any parameter values specified in the model. If a parameter ID is provided, it is interpreted as the initial parameter value.

dweindl commented 2 years ago

Agreed. Related to the discussion in #538, where the handling of rule-targets in the condition table is clarified. Should be added there.