Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fruitfly 1.2 #6

Merged
merged 9 commits into from
May 3, 2022
Prev Previous commit
Next Next commit
fix: address the failure of extracting xml file, as reported in #5
haowang-bioinfo committed May 3, 2022
commit 160355777255842d38fe10200c77cabfb3e79655
1 change: 1 addition & 0 deletions code/masterScriptFruitflyGEM.m
Original file line number Diff line number Diff line change
@@ -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');