Skip to content

Resolve "parse reaction stochiometry"

Piotr Gawron requested to merge 368-parse-reaction-stochiometry into master

Due to that there is a change with REST API and plugin API responses:

Stoichiometry is associated with reaction node (but not with the alias/species). Therefore when checking for reaction products/modifiers/reactants the result will provide you with the Product/Modifier/Reactant structures instead of aliases. Those structures contain getAlias method that will return you the previously stored Alias structure.

Closes #368 (closed)

Edited by Piotr Gawron

Merge request reports