Closed vincent-noel closed 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
Added import/export function for SBML qual, using GINsim services. Also added function to get the layout service.