combine.sedml.io¶
Template functions to run the example cases.
SEDMLInputType
¶
Bases: Enum
Types of SED-ML input.
SED-ML can be read from string, file or a COMBINE archive (or zip archives).
SEDMLReader
¶
Class for reading SED-ML document from various sources.
SED-ML can be provided as string, file or as file in a COMBINE archive.
Execution must be performed where the master SED-ML is located.
Initialize SEDMLReader.
check_sedml_doc
¶
Check SedDocument for errors.
Logs errors and warnings
:param sed_doc: SedDocument. :return SedErrorLog.