Skip to content

Commit 375d59d

Browse files
author
JEM
committed
0.7.401
1 parent 0e8d3e9 commit 375d59d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bin/daylily-create-ephemeral-cluster

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1315
fi
1416

config/daylily_cli_global.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
daylily:
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/

0 commit comments

Comments
 (0)