Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ComplementaryScripts/WorkshopScript.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@
%% Exporting model to all formats (sbml, txt, yaml, mat)
writeCbModel(modelYeast, 'txt', 'yeastGEM.txt');
importModel('yeastGEM.xml',false,false,false);
exportModel(modelYeast,'newYeastGEM',true,false,false);
exportModel(ans,'yeastGEM',true,false,false);
save('yeastGEM.mat', 'modelYeast');
model2xls(modelYeast,'yeastGEM.xls');
Binary file modified ModelFiles/mat/yeastGEM.mat
Binary file not shown.
6,992 changes: 3,496 additions & 3,496 deletions ModelFiles/txt/yeastGEM.txt

Large diffs are not rendered by default.

Binary file modified ModelFiles/xls/yeastGEM.xls
Binary file not shown.
51,652 changes: 23,919 additions & 27,733 deletions ModelFiles/xml/yeastGEM.xml

Large diffs are not rendered by default.

39,905 changes: 19,991 additions & 19,914 deletions ModelFiles/yaml/yeastGEM.yml

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The repository contains:
* WorkshopScript.m, a matlab script that includes all the GEM manipulation commands for this workshop


Instructions for the workshop can be found [here](http://wiki.sysbio.chalmers.se/mediawiki/index.php/Computational_Lab)
Instructions for the workshop can be found [here](https://sysbiowiki.se/wiki/images/5/58/Workshop2018-03-23.pdf)

This repository is administered by _Dimitra Lappa, [demilappa](https://github.com/demilappa)_, Division of Systems and Synthetic Biology, Department of Biology and Biological Engineering, Chalmers University of Technology

Last update: 2018-03-20
Last update: 2018-03-22
## Installation

### Required Software:
Expand Down Expand Up @@ -63,4 +63,3 @@ Contributors for the Yeast Repository:
* [Hongzhong Lu](https://www.chalmers.se/en/Staff/Pages/luho.aspx) ([@hongzhonglu](https://github.com/hongzhonglu)), Chalmers University of Technology, Gothenburg Sweden
* [Simonas Marcišauskas](https://www.chalmers.se/en/Staff/Pages/simmarc.aspx) ([@simas232](https://github.com/simas232)), Chalmers University of Technology, Gothenburg Sweden
* [Benjamín J. Sánchez](https://www.chalmers.se/en/staff/Pages/bensan.aspx) ([@BenjaSanchez](https://github.com/benjasanchez)), Chalmers University of Technology, Gothenburg Sweden