Skip to content

Commit

Permalink
Merge pull request #8 from SysBioChalmers/develop
Browse files Browse the repository at this point in the history
Zebrafish 1.2.1
  • Loading branch information
JonathanRob authored Oct 14, 2022
2 parents e58d4a0 + 14367ae commit 3f7594f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/masterScriptZebrafishGEM.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
exportTsvFile(metAssoc,'../model/metabolites.tsv');
end

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

0 comments on commit 3f7594f

Please sign in to comment.