forked from liebermeister/metabolic-economics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALLATION
56 lines (34 loc) · 1.86 KB
/
INSTALLATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
-----------------------------------
MATLAB code for Metabolic Economics
Wolfram Liebermeister (2014)
-----------------------------------
INSTALLATION
1. Unpack the files
2. Include the subdirectory 'cba' into your Matlab path
3. Make sure that the following toolboxes are installed:
o Metabolic Network Toolbox (https://github.com/liebermeister/metabolic-network-toolbox)
o SBML Toolbox (http://sbml.org/Software/SBMLToolbox)
o SBtab toolbox (https://github.com/liebermeister/sbtab-matlab)
o efmtool Toolbox (http://www.csb.ethz.ch/tools/efmtool)
REQUIREMENTS
The functions were developed and tested with matlab6
They also require
Metabolic Network Toolbox - (https://github.com/liebermeister/metabolic-network-toolbox)
SBMLtoolbox - SBML import / export (see http://sbml.org/Software/SBMLToolbox)
SBtab toolbox - SBtab format (https://github.com/liebermeister/sbtab-matlab)
efmtool - Elementary flux modes (see http://www.csb.ethz.ch/tools/efmtool)
STATE OF THE SOFTWARE.
The functions are under development and provided 'as is'.
If you would like to contribute extensions to the toolbox, please let me know.
DOCUMENTATION
Documentation (in directory 'doc') has been built automatically with M2HMTL
LICENSE
The toolbox is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
The toolbox is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the file COPYING for more details.
ANY QUESTIONS?
Please send questions, comments, and bug reports to
<wolfram.liebermeister@gmail.com>