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

Serialization does not produce a valid SBML #15

Open
carrascomj opened this issue Nov 9, 2022 · 0 comments
Open

Serialization does not produce a valid SBML #15

carrascomj opened this issue Nov 9, 2022 · 0 comments

Comments

@carrascomj
Copy link
Owner

There is no xml header and probably the namespaces in the <model> are wrong. This makes it impossible to read models serialized with rust_sbml through libSBML, which is a big flaw.

There are other problems that may make a model readable through rust_sbml but not libSBML like identifier uniqueness through Species and Reaction that rust_sbml does not check at all. There may opportunities for validation/automatic correction in the future.

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

No branches or pull requests

1 participant