diff --git a/code/masterScriptFruitflyGEM.m b/code/masterScriptFruitflyGEM.m index 971363f..7590ab0 100644 --- a/code/masterScriptFruitflyGEM.m +++ b/code/masterScriptFruitflyGEM.m @@ -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');