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
Copy file name to clipboardExpand all lines: README.md
+18-3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ If you are using RAVEN in any scientific work, please cite: [R. Agren, et. al,
8
8
Please report any technical issues and bugs [here](https://github.com/SysBioChalmers/RAVEN/issues). For other issues, please contact [Eduard Kerkhoven](https://github.com/edkerk).
9
9
10
10
-----
11
+
## Overview
12
+
13
+
[Releases](#releases)
14
+
15
+
[Installation](#installation)
16
+
17
+
[Tutorials](#tutorials)
18
+
19
+
[Hidden Markov Models for KEGG reconstruction](#hidden-markov-models-for-kegg-reconstruction)
20
+
21
+
-----
22
+
11
23
## Releases
12
24
RAVEN can be installed via cloning the GitHub repository as per below or by downloading and extracting one of the a zipped [release](https://github.com/SysBioChalmers/RAVEN/releases). Please note that the releases do not always represent the most up to date version.
* Alternatively, download the latest [release](https://github.com/SysBioChalmers/RAVEN/releases) of RAVEN Toolbox as a ZIP file, and extracted to your favourite directory.
34
46
35
-
Once extracted, ensure that all other software dependencies (e.g. libSBML, Gurobi) are installed (see above for [list](#dependencies), below for [instructions](#libSBML). Then, open MATLAB and run the following command:
47
+
Once extracted, ensure that all other software dependencies (e.g. libSBML, Gurobi) are installed (see above for [list](#dependencies), below for [instructions](#libsbml). Then, open MATLAB and run the following command:
36
48
```matlab
37
49
cd('[location]/RAVEN/installation'))
38
50
checkInstallation
@@ -72,7 +84,7 @@ savepath
72
84
73
85
#### Mosek
74
86
1. Download from the link [above](#dependencies) and install Mosek to your favourite location.
75
-
2. Make sure you obtained a [license](https://www.mosek.com/products/academic-licenses/) following [instructions](https://docs.mosek.com/8.0/install/installation.html#setting-up-the-license).
87
+
2. Make sure you obtained a [license](https://www.mosek.com/products/academic-licenses/) following [instructions](https://docs.mosek.com/8.0/install/installation.html#setting-up-the-license).
76
88
3. To install Mosek in MATLAB, follow [instructions](https://docs.mosek.com/8.0/toolbox/installation.html#id1). Note: the documentation mentions version 8, but RAVEN only works with version 7 of Mosek.
77
89
4. Make sure that MATLAB remembers the Mosek installation for next time, by running the following command:
78
90
@@ -118,4 +130,7 @@ HMMs were trained from KO protein sets, based on KEGG Release 58.1. Multisequenc
For more systems biology related software and recently published genome-scale models from the Systems and Synthetic Biology group at Chalmers University of Technology, please visit the [Github page](https://github.com/SysBioChalmers). For more information and publications by the Systems and Synthetic Biology please visit [SysBio](www.sysbio.se).
0 commit comments