EscherConverter 1.0
This is a major release which adds features and fixes some things.
Newly added:
- SBGN-ML to Escher conversion (both Milestone 1 and 2 are supported).
- SBML Layout Extension to Escher conversion (Level 3 and above).
- Validation of input files. Only Escher and SBGN for now.
- A REST API which provides conversion through HTTP methods.
- A website for using the REST API above. Here
To be added:
- Extracting CoBRA models from SBML FBC compliant files.
- Combine multiple outputs if an SBML file has multiple layouts.
Other changes:
- Unit tests. Increases reliability.
- Using Jackson for (de)serialization now.
- Refactored code.