Skip to content

Commit

Permalink
Update modelseed_reaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
freiburgermsu committed Sep 27, 2024
1 parent 07409a5 commit db912c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modelseedpy/biochem/modelseed_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def __init__(
status=None,
source=None,
flags=None,
pathways=None
):

super().__init__(rxn_id, name, subsystem, lower_bound, upper_bound)
Expand Down Expand Up @@ -165,6 +166,8 @@ def __init__(
if flags:
self.flags |= set(flags)

self.pathways = pathways

@property
def compound_ids(self):
return None
Expand Down

0 comments on commit db912c4

Please sign in to comment.