GINsim / GINsim-python

Python bindings for GINsim and bioLQM
3 stars 2 forks source link

Adding services access #4

Closed vincent-noel closed 5 years ago

vincent-noel commented 5 years ago

Added import/export function for SBML qual, using GINsim services. Also added function to get the layout service.

vincent-noel commented 5 years ago

Actually no need to add a format parameter, one could use : biolqm.load(filename, "sbml") and biolqm.save(model, filename, "sbml"), right ?

Same thing for the layout actually, which would be : ginsim.service("layout").runLayout(ref, model)

So it's probably better to use these, and close this pull request ?

Vincent