From 4fa57c1e233626682d70ae5715c0995b0455f6f6 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 31 Jul 2024 20:40:58 -0400 Subject: [PATCH] Fix derp to EASY --- workflow/qhtcp-workflow | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index d4427ed8..b0f93d84 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -553,7 +553,7 @@ easy() { cat <<-EOF To analyze a new Q-HTCP experiment: * Open the EASY Software. - * Open 'EASYConsole.m' with MATLAB + * Open 'EASYconsole.m' with MATLAB * Click the Run icon (play button) * When prompted, click "Change Folder" (do not select "Add to Path"). * In the pop-up display, select from the 'File' dropdown: 'New Experiment'. @@ -588,7 +588,7 @@ easy() { EOF EASY_DIR="$APPS_DIR/matlab/easy" - script="$EASY_DIR/EASYConsole.m" + script="$EASY_DIR/EASYconsole.m" # Copy templates @@ -1495,7 +1495,7 @@ main() { # Global directory variables declare -g TEMPLATES_DIR="$SCRIPT_DIR/templates" APPS_DIR="$SCRIPT_DIR/apps" - DATE="$(date +%Y%m%d)" # change in EASYConsole.m to match + DATE="$(date +%Y%m%d)" # change in EASYconsole.m to match # scans_heirarchy=("./scans" "/mnt/data/scans" "/mnt/data/ExpJobs" "./scans") local scans_heirarchy=( "$SCANS_DIR" "./scans" "/mnt/data/scans" "./scans") # TODO change back for production, avoid actual scan dirs during testing # Find a scans directory