From 2586984a6251150c3370871c95561d4059f9040d Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 4 Aug 2024 19:34:42 -0400 Subject: [PATCH] Improve get_studies --- workflow/qhtcp-workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 0a9a81e6..f381f061 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -532,7 +532,7 @@ interactive_header() { else for ((c=1; c<2; c++)); do # safe loop that only runs once echo "Enter a comma-separated list of project numbers to analyze" - ((YES)) || read -r -p "Enter 0 to add a new project or hit Enter for default project ($num): " response + ((YES)) || read -r -p "Or enter 0 to add a new project or hit Enter for default project # ($num): " response if [[ $response == 0 ]]; then ask_pn && PROJECTS+=("${ADD_PROJECTS[@]}") else @@ -1956,7 +1956,7 @@ get_studies() { Current StudyInfo file ($1) contents: - $(cat "$S1") + $(cat "$1") EOF # Allow user to add/edit the study info file