Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
haowang-bioinfo committed Dec 23, 2022
1 parent 34ffc06 commit 20dcd0c
Show file tree
Hide file tree
Showing 9 changed files with 2,486 additions and 3,720 deletions.
54 changes: 27 additions & 27 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions code/io/increaseHumanGEMVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ function increaseHumanGEMVersion(bumpType)


%Check if in main:
currentBranch = git('rev-parse --abbrev-ref HEAD');
if ~strcmp(currentBranch,'main')
error('ERROR: not in main')
end
%currentBranch = git('rev-parse --abbrev-ref HEAD');
%if ~strcmp(currentBranch,'main')
% error('ERROR: not in main')
%end

%Get model path
[ST, I]=dbstack('-completenames');
Expand Down
Binary file modified model/Human-GEM.mat
Binary file not shown.
54 changes: 5 additions & 49 deletions model/Human-GEM.txt

Large diffs are not rendered by default.

Binary file modified model/Human-GEM.xlsx
Binary file not shown.
6,078 changes: 2,444 additions & 3,634 deletions model/Human-GEM.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions model/Human-GEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- metaData:
short_name: "Human-GEM"
full_name: "Generic genome-scale metabolic model of Homo sapiens"
version: ""
date: "2022-11-09"
version: "1.13.0"
date: "2022-12-23"
authors: "Jonathan Robinson, Hao Wang, Pierre-Etienne Cholley, Pinar Kocabas"
email: "jonrob@chalmers.se"
organization: "Chalmers University of Technology"
Expand Down
6 changes: 3 additions & 3 deletions model/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MATLAB 9.10.0.1602886 (R2021a)
libSBML 5.17.0
RAVEN_toolbox unknown
COBRA_toolbox unknown
libSBML 5.19.0
RAVEN_toolbox ce973b3
COBRA_toolbox 3.4
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.13.0

0 comments on commit 20dcd0c

Please sign in to comment.