kbaseattic / KBaseFBAModeling

Flux balance modeling service. Deploys both the client and service codes.
MIT License
6 stars 11 forks source link

adjust_model_reaction response #33

Open nconrad opened 9 years ago

nconrad commented 9 years ago

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.