We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1026b commit 3fe3748Copy full SHA for 3fe3748
src/metanetx_assets/api/reaction.py
@@ -98,7 +98,7 @@ def etl_reactions(
98
):
99
logger.debug(row.mnx_id)
100
reaction = Reaction()
101
- reaction.participants = EquationParser.parse(
+ reaction.participants = EquationParser.parse_participants(
102
row.equation, compound_mapping, compartment_mapping
103
)
104
# We collect identifiers such that we insert only unique ones per
0 commit comments