logsuccess "Pipeline $pipeline test data analysed successfully"
}
analyse_bfr_abc(){
## [Rationale] analyse_bfr_abc() This is the Rationale for deploy_bfr_abc() and mode "--analysis"
analyze_bfr_abc(){
## [Rationale] analyze_bfr_abc() This is the Rationale for deploy_bfr_abc() and mode "--analysis"
local pipeline
...
...
@@ -278,7 +278,7 @@ analyse_bfr_abc() {
for pipeline in"${!pipeline_wrapper_sh[@]}";do
[[$interactive==true]]&&(
echo
interactive_query "Analyse pipeline ${magenta}$pipeline${normal}?"||continue# TODO: interactive_query exits upon "no"; This only exits the subshell caused by the (..) group.
interactive_query "Analyze data with pipeline ${magenta}$pipeline${normal}?"||continue# TODO: interactive_query exits upon "no"; This only exits the subshell caused by the (..) group.