This smaller PR addresses the following few features:
1) Results export - instead of exporting only the raw BDD, we now export an archive with the following components:
original sketch for reproducibility
BDD with the satisfying colours
derived BN model to be able to re-generate BDD's symbolic context
summary with computation results and progress report
We also provide a script to load the archive into the biodivine-aeon Python library.
2) SBML support - you can now load SBML models. The format covers the PSBN, but not additional datasets and properties.
3) Annotations refactoring - the annotations tab is now modularized and uses web components and styles. We also added a way to edit sketch annotations.
4) Bug fixing and formatting
a bug in JSON model import (which ignored annotations) is fixed
a bug in AEON model import (which parsed layout incorrectly) is fixed
some TS lint issues in the observations editor are now fixed
This smaller PR addresses the following few features:
1) Results export - instead of exporting only the raw BDD, we now export an archive with the following components:
summary with computation results and progress report
We also provide a script to load the archive into the
biodivine-aeon
Python library.2) SBML support - you can now load SBML models. The format covers the PSBN, but not additional datasets and properties.
3) Annotations refactoring - the annotations tab is now modularized and uses web components and styles. We also added a way to edit sketch annotations.
4) Bug fixing and formatting