PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

SBML L3V1 support #52

Open bgoli opened 3 years ago

bgoli commented 3 years ago

Currently PySCeS imports/exports L2V4 and we need to deal with the model syntax (no defaults etc) as well as new/changes elements (event handling, math, packages, annotation).

jmrohwer commented 3 years ago

Do you have any estimate of the amount of work involved in this? Can one be selective about this? E.g. do we have to deal with annotations? AFAICT they are in any case not part of the spec but used by tools for their own tool-specific stuff. Were you thinking of incorporating them into the PSC file in one way or another?

I was under the impression that we have dealt with events and math, amongst others in #53 and #46.

As regards packages, which packages should we support? Maybe start with core? See also comments here: https://github.com/PySCeS/pysces/issues/51#issuecomment-900359130

bgoli commented 3 years ago

This is potentially some work