Zak King

Results 60 comments of Zak King

This seems reasonable. Thanks for the suggestion! I'll keep this open so we can prioritize it.

I've been thinking about this more. The workspace could include all the maps loaded in the quick jump menu at bottom right of the map. A new `+` button in...

Hi Denis, This is a great application of the tooltips. Something like this would be great in Escher core. The biggest bottleneck right now is that support for more than...

This would be awesome. I've been thinking about the need for a generic approach to embed arbitrary SVG next to reaction, metabolites, or genes. We might also want to create...

yeah, but i'm open to reviewing a quick-and-dirty prototype first we settled on Preact Components to make the tooltips reusable, so that's probably smart here too, unless the performance sucks...

Great idea. This should be a pretty simple addition

> A JSON object is not the same as an object in Python but rather a something like a dict (https://restfulapi.net/json-objects/). @zakandrewking when you said that the JSON schema allows...

@pstjohn > What's a use case for the model.add_compartments and model.remove_compartments methods? Those seem like complex pieces of code (especially if we wanted to support contexts). Is it mainly to...

In that case, the shortcut would point to the exact match: ```python iJO1366.metabolites._10ft # completes to: iJO1366.metabolites._10fthf # which is equivalent to: iJO1366.metabolites.get_by_id('_10fthf') ``` I image that's a rare case,...

I'm not familiar enough with the needs in MATLAB / COBRA Toolbox to provide much direction here. If necessary, we can restrict compartment names in BiGG to not include spaces,...