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

PEtab Extensions #528

Open
FFroehlich opened this issue Oct 20, 2021 · 0 comments
Open

PEtab Extensions #528

FFroehlich opened this issue Oct 20, 2021 · 0 comments

Comments

@FFroehlich
Copy link
Collaborator

Which problem would you like to address? Please describe.

An elaborate, monolithic format would make it difficult to understand and implement support for PEtab, leading to a steep learning curve and discouraging support in new toolboxes. This can be addressed by splitting up format specification into PEtab core and multiple extensions. This modular specification evens the learning curve and provides toolbox developers with more guidance on which features to implement to maximize support for real world applications. Moreover, such modular extensions facilitate and promote the use of specialized tools for specific, non-parameter estimation tasks such as visualization.

Describe the solution you would like
Add a separate development process for PEtab extensions that is parallel to changes to the PEtab core specification. Require that all PEtab problems include YAML file where required and optional extensions are listed.

Describe alternatives you have considered
The only viable alternative would be to continuously extend the PEtab core standard, which puts a high burden on practitioners and tool developers, as described above.

Additional context
Add any other context about the request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant