Skip to content

Commit

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

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

0 comments on commit b4214c1

Please sign in to comment.