Skip to content

Commit

Permalink
extract compartment for Complex
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Sep 8, 2024
1 parent 5d351a5 commit 55eac11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyenzyme/sbml/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def _parse_complex(species: sbml.Species):
complex_ = pe.Complex(
id=species.getId(),
name=species.getName(),
vessel_id=species.getCompartment(),
**annots,
)

Expand Down

0 comments on commit 55eac11

Please sign in to comment.