Skip to content

Commit

Permalink
fix: address the failure of extracting xml file, as reported in #5
Browse files Browse the repository at this point in the history
  • Loading branch information
haowang-bioinfo committed May 3, 2022
1 parent d027894 commit 1603557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/masterScriptFruitflyGEM.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
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.genes = strcat('G_',fruitflyGEM.genes);
exportModel(fruitflyGEM, '../model/Fruitfly-GEM.xml');

0 comments on commit 1603557

Please sign in to comment.