diff --git a/workflow/templates/easy/EASYconsole.m b/workflow/templates/easy/EASYconsole.m index b432b0ae..194eaeda 100644 --- a/workflow/templates/easy/EASYconsole.m +++ b/workflow/templates/easy/EASYconsole.m @@ -16,11 +16,13 @@ function varargout = EASYconsole(varargin) % Initialize some variables from matlab startDir=pwd; easyPath=which(mfilename); - [easyDir,easy_filename]=fileparts(easyPath); + [easyDir,easyFileName]=fileparts(easyPath); easyDir=fullfile(easyDir) [parentDir, ~]=fileparts(easyDir); userName=system('whoami'); + disp(strcat('This script name: ', easyFileName)) + % Set scansDir intelligently (project scans directory) % Allow users to specify a PROJECT=/mnt/data/ExpJobs/Job directory to analyze with EASY % This better enables running the new EASY in standalone mode