-
Notifications
You must be signed in to change notification settings - Fork 12
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
fbergmann
wants to merge
19
commits into
main
Choose a base branch
from
v2_timecourses
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
Co-authored-by: Dilan Pathirana <[email protected]>
- remove preequilibrationConditionId - remove simulationConditionId - add timecourseID
This was referenced May 23, 2024
This was referenced May 23, 2024
This was
linked to
issues
May 23, 2024
dweindl
reviewed
May 30, 2024
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
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]>
This was referenced Jun 29, 2024
dweindl
force-pushed
the
release/2.0.0
branch
2 times, most recently
from
July 3, 2024 16:51
02716b3
to
06697a4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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