Closed cdanielmachado closed 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
Solved :)
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