We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIGG names compartments as e whereas CarveMe uses C_e. Handling:
e
C_e
For inference, need checkpoint to ensure that all models contain shared compartment
Unittest: on BIGG and CarveMe model
The text was updated successfully, but these errors were encountered:
Proposal: we can use the compartment for reactions model.exchanges to find the name of the extracellular compartment.
model.exchanges
Reactions are classified as "exchange" reactions if it has no reactants or products (model.reaction.boundary = True).
model.reaction.boundary = True
Here is where model.exchanges is define: https://github.com/opencobra/cobrapy/blob/e838e5403be7243a18dc7ae10e26551cb28d21cc/src/cobra/core/model.py#L966-L972
Where model.reaction.boundary is defined: https://github.com/opencobra/cobrapy/blob/dc68ee66f6192ad02687aa2da12def3cfe36513d/src/cobra/core/reaction.py#L537-L543
model.reaction.boundary
Cobrapy even relies on e in compartment name: https://github.com/opencobra/cobrapy/blob/e838e5403be7243a18dc7ae10e26551cb28d21cc/src/cobra/medium/boundary_types.py#L29-L59
Sorry, something went wrong.
hgscott
No branches or pull requests
BIGG names compartments as
e
whereas CarveMe usesC_e
. Handling:For inference, need checkpoint to ensure that all models contain shared compartment
Unittest: on BIGG and CarveMe model
The text was updated successfully, but these errors were encountered: