Skip to content

Commit

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

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

0 comments on commit 0d05646

Please sign in to comment.