Skip to content

Models input order affect metabolites flux and biomass. #41

@Shlomit840

Description

@Shlomit840

When the order of models input to COBRA and then to COMETS changes, the results are changed.
cobra.io.read_sbml_model(model_1)
cobra.io.read_sbml_model(model_2)
has different results from:
cobra.io.read_sbml_model(model_2)
cobra.io.read_sbml_model(model_1)

Why is that?
How can it be eliminated?
I use
COBRA version 0.22.1
COMETSpy version 0.4.16
Python version 3.9.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions