carrascomj / carrascomj/rust_sbml
Serialization does not produce a valid SBML
Open
- Dominant language
- Rust
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
There is no `xml` header and _probably_ the namespaces in the `` 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.