Skip to content

Commit

Permalink
fix: moved pmids from rxnNotes to rxnReferences
Browse files Browse the repository at this point in the history
no content changes
  • Loading branch information
BenjaSanchez committed Apr 20, 2018
1 parent c80e6ef commit 68d5e8a
Show file tree
Hide file tree
Showing 2 changed files with 11,023 additions and 1,971 deletions.
3 changes: 0 additions & 3 deletions ComplementaryScripts/saveYeastModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ function saveYeastModel(model)
%Remove any space in rxnECNumbers:
model.rxnECNumbers = strrep(model.rxnECNumbers,' ','');

%Remove any empty notes (created automatically by addReaction):
model.rxnNotes = strrep(model.rxnNotes,'NOTES: NA','');

%Save changes to current model:
writeCbModel(model,'sbml','../ModelFiles/xml/yeastGEM.xml');
writeCbModel(model,'text','../ModelFiles/txt/yeastGEM.txt');
Expand Down
Loading

0 comments on commit 68d5e8a

Please sign in to comment.