Skip to content

Commit

Permalink
Merge branch 'syncTemplateGEM' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haowang-bioinfo committed May 3, 2022
2 parents 9e4cb41 + 88174cb commit e212ed3
Show file tree
Hide file tree
Showing 5 changed files with 166,361 additions and 174,521 deletions.
5 changes: 5 additions & 0 deletions code/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Rat-GEM code

- `masterScriptRatGEM.m`: The master script for GEM generation.


2 changes: 2 additions & 0 deletions code/masterScriptRatGEM.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
exportTsvFile(metAssoc,'../model/metabolites.tsv');
end

ratGEM = annotateGEM(ratGEM,'../model',{'rxn','met'}); % add annotation data to structure
ratGEM.id = regexprep(ratGEM.id,'-',''); % remove dash from model ID since it causes problems with SBML I/O
save('../model/Rat-GEM.mat', 'ratGEM');
exportYaml(ratGEM, '../model/Rat-GEM.yml');
exportModel(ratGEM, '../model/Rat-GEM.xml');
Expand Down
Loading

0 comments on commit e212ed3

Please sign in to comment.