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
I think Escher is used a lot for quickly visualizing a metabolic network (? is this true, in my experience yes, but who knows in general...). Should we export a convenience function that replaces this:
using JSON
open("fluxes.json", "w") do io
JSON.print(op, sol)
end