Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 11, 2023
1 parent de0fd84 commit 67eed8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 793 deletions.
2 changes: 1 addition & 1 deletion rptools/rplibs/rpPathway.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def to_rpSBML(self) -> rpSBML:
for rxn in self.get_list_of_reactions():
xref = {
'ec-code': rxn.get_ec_numbers(),
**rxn.get_miriam()
'miriam': rxn.get_miriam()
}
# Add the reaction in the model
rpsbml.createReaction(
Expand Down
Loading

0 comments on commit 67eed8f

Please sign in to comment.