You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This kind of code may look much better than what we have now:
someCompartments =readSBML("myModel.xml") do m
m.compartments
endwriteSBML("myModel.xml") do
compartments=...
species=...SBMLModel(comparmtents, species, ......)
end
Target functionality
This kind of code may look much better than what we have now:
cc @giordano
The text was updated successfully, but these errors were encountered: