Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
99cd97e0
Commit
99cd97e0
authored
3 years ago
by
mtanash2
Browse files
Options
Downloads
Patches
Plain Diff
Add the guide for Matlab CobraToolbox in the Application Specific Guides page
parent
6b1d12c6
No related branches found
No related tags found
1 merge request
!310
Add the guide for Matlab CobraToolbox in the Application Specific Guides page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/app_specific/running_matlab_cobratoolbox.md
+43
-0
43 additions, 0 deletions
.../applications/app_specific/running_matlab_cobratoolbox.md
with
43 additions
and
0 deletions
content/applications/app_specific/running_matlab_cobratoolbox.md
0 → 100644
+
43
−
0
View file @
99cd97e0
+++
title = "Install and Running Matlab CobraToolbox"
description = "How to install and run Matlab CobraToolbox"
+++
## This document provides the steps to install and run MATLAB CobraToolbox in the cluster.
### INSTALLATION GUIDE
After logging into the cluster, load the requierd GIT module.
{{
<
highlight
bash
>
}}
$ module load git/2.22
{{
<
/
highlight
>
}}
Download Cobra toolbox in your local $WORK directory by using the following command
{{
<
highlight
bash
>
}}
$ git clone --depth=1 https://github.com/opencobra/cobratoolbox.git cobratoolbox
{{
<
/
highlight
>
}}
After the download been finished, a directory named "cobratoolbox" should be created in your WORK directory.
Enter the directory "cobratoolbox" using the following command
{{
<
highlight
bash
>
}}
$ cd cobratoolbox
{{
<
/
highlight
>
}}
Then run the following command for uploading the required modules for cobratoolbox
{{
<
highlight
bash
>
}}
$ git submodule update --init
{{
<
/
highlight
>
}}
Then run Matlab using the following command
{{
<
highlight
bash
>
}}
$ matlab
{{
<
/
highlight
>
}}
Finally run the following command to test CobraToolbox using the following Matlab command
```
Matlab
>> initCobraToolbox
```
NOTE: you need to install CobraToolbox under your WORK directory NOT HOME directory. Because HOME directories are read-only from the compute nodes.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment