From b35beb2591023c269686d0c1e43c5f30720f7e27 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 26 Jul 2024 10:32:28 -0400 Subject: [PATCH] EASYconsole.m debugging, remove returnStartDir --- workflow/templates/easy/EASYconsole.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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