forked from opencobra/cobratoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
13 lines (8 loc) · 1003 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
For convenience, we provide the SBMLToolbox 3.1.2, and glpk_mex in external/toolboxes for Mac OS X 10.6 (64-bit), GNU/Linux Ubuntu 10.0 (64-bit), and Microsoft Windows 7 (64-bit). If you do not wish to use these items please delete the directories. If you require these external libraries for other architectures please ask google or visit their respective websites.
To read / write SBML files you must install libSBML 5.0 or greater from here: http://sourceforge.net/projects/sbml/files/libsbml/
From MATLAB, run
initCobraToolbox
NOTE: If you do not have gurobi_mex and tomlab installed on your machine, you will get some warnings and some errors. The COBRA Toolbox will try to use glpk if it cannot find gurobi for LP / MILP. To solve any QP problems you need tomlab.
After running initCobraToolbox, run
testAll
to see what functions will work with your current configuration. Note, it is likely that one or more functions will not work unless you have both gurobi and tomlab installed.