-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Question about #2
Comments
Hi @cherakhan, I am assuming you are using tmp = convToTFA(prepped_m,ReactionDB,[],'DGo'); by min_obj = solFBA.f*0.95;
tmp = convToTFA(prepped_m,ReactionDB,[],'DGo', [], min_obj); Let me know how it goes :) |
Ok. I was able to reproduce your error. I will push on the dev branch, and once you have confirmed it works for you too, I will merge to master |
Hi, Many thanks for your response. The issue was resolved according to your modification. BUT, the another error is coming from undefined "solveCobraLP_edited" function from "solveFBAmodelCplex" in "runMinMax". I can not find "solveCobraLP_edited" ! Thank you very much |
Hi, If I am not mistaken, Cheers, Pierre |
Hi
I have run the matTFA for 'GSmodel_Ecoli.mat'. It fails because of infeasibility. I was wondering if the codes works fine on your systems? if not, please let me know what might be the cause of this error?
Thank you
Relaxation of DGo_MECDPS : 28.391 +- 2.256 (sigma) ---> 28.391 +- 72.256
Relaxation of DGo_REPHACCOAI : 16.774 +- 4.121 (sigma) ---> 16.774 +- 24.121
It was not possible to obtain TFA-feasible solutions with the original DGo values calculated by GCM!
We had to relax the following DGo ranges as follows:
ans =
Error using relaxModelWithDGoSlacks (line 171)
Although we relaxed the DGo variables it was not possible to find a feasible solution!
Error in convToTFA (line 645)
[model, relaxedDGoVarsValues, modelwDGoSlackVars] = relaxModelWithDGoSlacks(model, minObjSolVal,
rxnNameListNoDGoRelax);
Error in tutorial_GEM (line 53)
tmp = convToTFA(prepped_m,ReactionDB,[],'DGo');
The text was updated successfully, but these errors were encountered: