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
It would be very useful if adjust_model_reaction returned the reaction added/removed/modified, instead of the object metadata for the object. Similarly for adjust_biomass_reaction.
A use case: A reaction in the biochemstry is different from the data represented in model (rxn00001 vs rxn00001_c0, for instance). If the data that was changed was returned, I could quickly update the UI after adding a reaction without the need to grab the entire model again. It's the difference between "instant" changes to the model and having the user wait.
The text was updated successfully, but these errors were encountered:
It would be very useful if adjust_model_reaction returned the reaction added/removed/modified, instead of the object metadata for the object. Similarly for adjust_biomass_reaction.
A use case: A reaction in the biochemstry is different from the data represented in model (rxn00001 vs rxn00001_c0, for instance). If the data that was changed was returned, I could quickly update the UI after adding a reaction without the need to grab the entire model again. It's the difference between "instant" changes to the model and having the user wait.
The text was updated successfully, but these errors were encountered: