Skip to content

Commit

Permalink
feat: increaseVersion location growth file
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Oct 28, 2024
1 parent 4aabd6f commit 41a6dca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/increaseVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ function increaseVersion(bumpType)
disp('Running gene essentiality analysis')
[new.accuracy,new.tp,new.tn,new.fn,new.fp] = essentialGenes(model);
disp('Run growth analysis')
new.R2=growth(model);

saveas(gcf,'../../growth.png');
new.R2=growth(model,true);

cd ..
copyfile('../README.md','backup.md')
Expand Down

0 comments on commit 41a6dca

Please sign in to comment.