SysBioChalmers / Mouse-GEM

Genome-scale model for Mus musculus
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

rxnFrom and metFrom fields are empty #17

Closed JonathanRob closed 1 year ago

JonathanRob commented 1 year ago

Description of the issue:

When loading the .yml model, the model contains rxnFrom and metFrom fields, but they are empty. This causes problems in some functions, which expect those fields to have the same dimensions as rxns and mets, respectively.

Similarly, in Fruitfly-GEM, the rxnFrom and metFrom fields have dimensions that are inconsistent from rxns and mets.

Expected feature/value/output:

rxnFrom and metFrom should either be the same dimensions as rxns and mets, respectively, or they should be removed from the model altogether.

I hereby confirm that I have: