From a451aa47835b49125474ac3a81fb5839728ebad9 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 4 Aug 2024 21:43:06 -0400 Subject: [PATCH] Move R path to install_dependencies --- workflow/qhtcp-workflow | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index b6aed339..acc89c81 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -517,9 +517,9 @@ interactive_header() { for ((c=1; c<2; c++)); do # safe loop that only runs once cat <<-EOF ${underline}Enter project number(s) to analyze${nounderline} - * for the latest project - * A comma-separated list of project numbers: 2,5,12 - * 0 to add a new project + * for the latest project + * A comma-separated list of project numbers: 2,5,12 + * 0 to add a new project EOF ((YES)) || read -r -p "($num): " response echo ""