Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Specification of Timecourses #581

Draft
wants to merge 19 commits into
base: release/2.0.0
Choose a base branch
from
Draft

Conversation

fbergmann
Copy link
Contributor

@fbergmann fbergmann commented May 22, 2024

This draft PR adds the descriptions from the Time course specification to the release/2.0.0 branch.

preview site is: https://petab--581.org.readthedocs.build/en/581/documentation_data_format.html#timecourses-table

FFroehlich and others added 17 commits March 10, 2023 07:32
* extract all changes from previous

* fixup

* allow hyphens in extension names

* fixup hyphens

* only require one toolbox that implements extension

* specify how to work with multiple PEtab problems

* specify we do not require a quorum number of votes

* allow test cases to be provided by the extension library

* Apply suggestions from code review

Co-authored-by: Daniel Weindl <[email protected]>

Co-authored-by: Daniel Weindl <[email protected]>
PEtab extensions were introduced in #537. We should be able to distinguish there between optional extensions and required extensions, i.e. those that modify the parameter estimation problem as such, and those that just add additional/optional information (e.g. annotations, info for visualization, ...). If some tool does not know about a certain optional extension, it can safely be ignored during import, if it does not know about a required extension, it should fail.

This PR adds a `required` attribute to extensions in the yaml file to indicate whether they are required for the mathematical interpretation of the PEtab problem.

Resolves #544
- remove preequilibrationConditionId
- remove simulationConditionId
- add timecourseID
@dweindl
Copy link
Member

dweindl commented May 23, 2024

Thx Frank.

Maybe #541 and #542 can also be addressed here.

@@ -166,6 +170,56 @@ Detailed field description
If a compartment ID is provided, it is interpreted as the initial
compartment size.

- `expressions`

Expressions containing more than a single parameter ID or numberical
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Expressions containing more than a single parameter ID or numberical
Expressions containing more than a single parameter ID or numerical

Timecourses table
-----------------

The optional time courses tabke describes a sequence of different experimental
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The optional time courses tabke describes a sequence of different experimental
The optional time courses table describes a sequence of different experimental

@dweindl dweindl linked an issue May 30, 2024 that may be closed by this pull request
dweindl and others added 2 commits June 26, 2024 16:00
Previously, the math expression syntax wasn't specified. This was very problematic, because different libraries and programming languages have different names for the same functions, and more importantly, differ in operator precedence.


Co-authored-by: Dilan Pathirana <[email protected]>
Co-authored-by: dilpath <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants