Skip to content

Commit

Permalink
Merge pull request #363 from SysBioChalmers/feat/clearer-mac-docker-e…
Browse files Browse the repository at this point in the history
…rror

feat: clearer mac docker error
  • Loading branch information
mihai-sysbio authored Jan 24, 2024
2 parents 18a738c + 7f87580 commit 883b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geckomat/gather_kcats/runDLKcat.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function runDLKcat(modelAdapter)
% Check if Docker is installed
[checks.docker.status, checks.docker.out] = system('docker --version');
if checks.docker.status ~= 0
error('Cannot find Docker. Make sure it is installed.')
error('Cannot find Docker, make sure it is installed. If it is, it might be required to start Matlab from the command-line instead of the launcher in order for Docker to be detected and used.')
end

disp('Running DLKcat prediction, this may take many minutes, especially the first time.')
Expand Down

0 comments on commit 883b40d

Please sign in to comment.