dennisegen / MOST

MOST - Metabolic Optimization and Simulation Tool
3 stars 4 forks source link

FBA is disabled after deleting row(s) (Very High Priority) #77

Closed agnosti5 closed 11 years ago

agnosti5 commented 11 years ago

Tested with multiple models, both sbml and csv type. After deleting rows, FBA stop function while GDBB is not effected. Similar error messages related to "Save SBML".

jimkell commented 11 years ago

The bug is caused by setVars() in FBA using a for loop, similar to the save sbml error. Since one or more database id's are missing, a null pointer exception is thrown when the missing id is referenced.

jimkell commented 11 years ago

This should be changed to FBA does not run after deleting row(s). FBA disabled would refer to the menu item being greyed out or not permitted to run.

jimkell commented 11 years ago

This issue has been fixed in mostTableModel