-
Notifications
You must be signed in to change notification settings - Fork 1
Next steps #219
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
base: main
Are you sure you want to change the base?
Next steps #219
Conversation
docs/source/next_steps.rst
Outdated
| Contribute to the Benchmark Collection | ||
| --------------------------------------- | ||
|
|
||
| Before diving into parameter estimation, consider contributing your PEtab problem to the community! The `PEtab Benchmark Collection <https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab>`_ is a curated repository of parameter estimation problems that helps: |
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.
I'd move that to the end. Only published problems are added to the benchmark collection.
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.
I see the point 👍🏼
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.
Left it in the offboarding as the first thing, paired with that it should have enough visibility
| Next Steps | ||
| ========== | ||
|
|
||
| Congratulations on completing your PEtab file! Now that you have a standardized parameter estimation problem, you can use various tools to perform parameter estimation, sensitivity analysis, and model simulation. This page provides minimal working examples for the most commonly used tools in the PEtab ecosystem. |
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.
Add reference to https://petab.readthedocs.io/en/latest/v1/software_support.html ?
|
|
||
| **Documentation:** https://amici.readthedocs.io/ | ||
|
|
||
| Model Simulation with COPASI |
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.
Not sure that fits here, as there is no direct PEtab support. But there is https://github.com/copasi/python-petab-importer.
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.
Would leave that up to @fbergmann to decide (and potentially adjust?)
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
Added next steps with minimal code examples.
Not entirely sure on the D2D code example tbh. Also thankful for review on Copasi.
Closes #213