kbaseattic / KBaseFBAModeling

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

return object refs in get_template_model(), skip templateReactions in ob... #32

Closed mmundy42 closed 9 years ago

mmundy42 commented 9 years ago

...ject store Two fixes for template models: (1) return the references to the linked mapping and biochemistry objects from the get_template_model() method, (2) do not save the templateReactions when storing a ModelTemplate object.

cshenry commented 9 years ago

There were conflicts, so I independently added this in my code.