diff --git a/workflow/apps/matlab/easy/EASYconsole.m b/workflow/apps/matlab/easy/EASYconsole.m index 42f0a146..02ae0d55 100644 --- a/workflow/apps/matlab/easy/EASYconsole.m +++ b/workflow/apps/matlab/easy/EASYconsole.m @@ -114,8 +114,8 @@ function varargout = EASYconsole(varargin) easyResultsDir=fullfile(getenv('EASY_RESULTS_DIR')); fprintf('Using output directory: %s from environment variable EASY_RESULTS_DIR\n', easyResultsDir); else - easyProjectName=strcat(todayStr, '_',userName, '_', project); - easyResultsDir=fullfile(parentDir, '..', '..', 'out', project, 'easy', easyProjectName); + easyProjectName=strcat(todayStr, '_',userName, '_', projectName); + easyResultsDir=fullfile(parentDir, '..', '..', 'out', projectName, 'easy', easyProjectName); if exist(easyResultsDir, 'dir') fprintf('WARNING: EASY results dir %s already exists\n', easyResultsDir); disp('Files in this directory may be overwritten') diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 32e38bf5..519a9837 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -300,10 +300,9 @@ print_header() { cat <<-EOF Available modules: ${ALL_MODULES[*]} - Available submodules: ${ALL_SUBMODULES[*]} + Available submodules: ${ALL_SUBMODULES[*]} EOF - }