File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ if [[ -z "${BASH_VERSINFO:-}" || "${BASH_VERSINFO[0]}" -lt 4 ]]; then
77 exec " ${CONDA_PREFIX} /bin/bash" " $0 " " $@ "
88 fi
99 echo " ❌ Bash >= 4 required. On macOS:"
10- echo " conda: conda install -n DAY-EC -c conda-forge bash"
11- echo " homebrew: brew install bash (then re-run with /opt/homebrew/bin/bash)"
10+ echo " "
11+ echo " Have you installed the DAY-EC conda env?"
12+ echo " "
13+ echo " bin/init_dayec "
1214 exit 3
1315fi
1416
Original file line number Diff line number Diff line change 11---
22daylily :
3- git_ephemeral_cluster_repo_tag : 0.7.400
4- git_ephemeral_cluster_repo_release_tag : 0.7.400
3+ git_ephemeral_cluster_repo_tag : 0.7.401
4+ git_ephemeral_cluster_repo_release_tag : 0.7.401
55 git_ephemeral_cluster_repo : https://github.com/Daylily-Informatics/daylily-ephemeral-cluster.git
66 git_ephemeral_cluster_repo_ssh : git@github.com:/Daylily-Informatics/daylily-ephemeral-cluster.git
77 analysis_root : /fsx/analysis_results/
You can’t perform that action at this time.
0 commit comments