cdanielmachado / framed

framed: a metabolic modeling package for python
http://framed.readthedocs.io/
Other
25 stars 10 forks source link

simultaneous reactant and product #18

Closed cdanielmachado closed 10 years ago

cdanielmachado commented 10 years ago

Reactions with simultaneous reactants and products are not properly supported yet, only the last occurrence of the metabolite in the equation is stored.

This must be fixed, so that this happens instead:

A + B -> C + B => A -> C

A + 2 B -> C + B => A + B -> C

cdanielmachado commented 10 years ago

Solved :)