Skip to content

Commit

Permalink
Updated Init script
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfau committed Sep 26, 2017
1 parent 3ad707d commit 4518d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions initCobraToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function initCobraToolbox()
fprintf(' > Submodules exist but cannot be updated (remote cannot be reached).\n');
elseif status_curl == 0
if ENV_VARS.printLevel
fprintf(' > Initializing and updating submodules ...');
fprintf(' > Initializing and updating submodules (this may take a while)...');
end

% temporary disable ssl verification
Expand Down Expand Up @@ -272,7 +272,7 @@ function initCobraToolbox()
% Check that SBML toolbox is installed and accessible
if ~exist('TranslateSBML', 'file')
if ENV_VARS.printLevel
warning('SBML Toolbox not in Matlab path: COBRA Toolbox will be unable to read SBML files');
warning('libsbml binaries not on Matlab path: COBRA Toolbox will be unable to read/write SBML files');
end
else
% Test the installation with:
Expand Down

0 comments on commit 4518d2d

Please sign in to comment.