Skip to content

EscherConverter 1.0

Compare
Choose a tag to compare
@devkhan devkhan released this 21 Aug 17:03
· 93 commits to master since this release

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.