You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the exact error message, and other output that you got? Gap analysis for iMT1026v3 - Torres2019 - Contextualized P. pastoris GSMM under glucose growth and various oxygenation levels
Index exceeds the number of array elements (0).
Error in haveFlux (line 52)
J(abs(sol.x(mixIndexes))>cutOff)=true;
Error in gapReport (line 64)
I=haveFlux(model);
What have you tried yourself to fix it? I tried the gapreport for the small yeast model in the tutorial folder and didn't get any error. Actually I want to check the latest model of pichia pastoris so I tried gapreport for the xml file of it.
Reproducing this issue:
*If applicable, please attach the problematic code.
This is solved in #408 (haveFlux), but the underlying problem is probably that the model is not functional to start with (if this model is the same as the one downloaded from BioModels).
Description of the issue:
*Try to be as clear as possible, e.g.:
Index exceeds the number of array elements (0).
Error in haveFlux (line 52)
J(abs(sol.x(mixIndexes))>cutOff)=true;
Error in gapReport (line 64)
I=haveFlux(model);
Reproducing this issue:
*If applicable, please attach the problematic code.
model=importModel('iMT.xml',true,false,true);
gapReport(model);
System information
devel
branch?) RAVEN 2I hereby confirm that I have:
Note: replace [ ] with [X] to check the box. PLEASE DELETE THIS LINE
The text was updated successfully, but these errors were encountered: