|
Hi there, I am trying to generate ftINIT models with MouseGEM and am following a tutorial on https://sysbiochalmers.github.io/Human-GEM-guide/gem_extraction/ In the preparation step, I am trying to generate a prepData struct with the following code: The error I get is the following: I have tried the same thing with HumanGEM, and it successfully passes the third step when it checks metabolic tasks. Any idea why MouseGEM can't do the same? I suspect it is something to do with Many thanks! |
Answered by
rsango6
Aug 14, 2023
Replies: 1 comment 1 reply
|
I was able to solve this: I had to transform the model into a closed-form, i.e. |
1 reply
Answer selected by
mihai-sysbio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to solve this:
I had to transform the model into a closed-form, i.e.
model = addBoundaryMets(model). I can now proceed through the third step and now can go to other steps in model generation.