-
Notifications
You must be signed in to change notification settings - Fork 1
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
Parsing CellML with libcellml #184
Comments
Not pip-installable yet, but I think libcellml now has the features we need to read CellML 2.0 models This would deal with model parsing, validation, and give us an API to extract the equations as MathML |
Here are the tutorials presented at COMBINE 2020: https://libcellml-tutorials.readthedocs.io/en/combine/tutorials/tutorials_index.html |
(There are also "Generator" classes for code generation, but these aren't useful for us as we want to modify things in sympy (after the CellML shell has been discarded) - unless we change it so that the cellml structure is maintained :D ) |
And some early work on annotation https://libcellml-tutorials.readthedocs.io/en/combine/tutorials/combine2020/tut6_annotateModel.html |
There is an AST you can get from libcellml, in addition to the raw MathML, which might make transpiling a lot easier |
The plan is for |
W.r.t. annotations the plan is for libcellml to just provide access to ids, while everything else is handled via https://github.com/sys-bio/libOmexMeta |
Have started wondering what the steps would be to eventually do this
cellml/libcellml#498
Would also involve
Update Hugh is working on the pip install at the moment.
The text was updated successfully, but these errors were encountered: