virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

SBML/COMBINE export with roundtrip validation #229

Closed jcschaff closed 2 years ago

jcschaff commented 2 years ago

The VcmlOmexConverter used in exporting SBML/SEDML (together in an .omex file - the COMBINE archive) did not verify that the resuting .omex file could be re-parsed by VCell. This round-tripping needs to be put in place to shorten the development cycle and fail an export which is invalid.

jcschaff commented 2 years ago

created branch and introduced:

jcschaff commented 2 years ago

Known Problem: In SBML import/export related to AssignmentRules variables not being imported or exported properly for diffusion coefficient. This will be fixed in a follow up issue.

jcschaff commented 2 years ago

see PR 230