SysBioChalmers / RAVEN

The RAVEN Toolbox for genome scale model reconstruction, curation and analysis.
http://sysbiochalmers.github.io/RAVEN/
Other
101 stars 52 forks source link

gapreport #372

Closed zahraazimzadeh closed 2 years ago

zahraazimzadeh commented 3 years ago

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

I hereby confirm that I have:

Note: replace [ ] with [X] to check the box. PLEASE DELETE THIS LINE

edkerk commented 2 years ago

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).

edkerk commented 2 years ago

Now in main #417

zahraazimzadeh commented 2 years ago

Thanks

zahraazimzadeh commented 2 years ago

👌