File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,8 @@ shift $((OPTIND - 1))
603
603
# >>>BLOCK 0.1 SET THE ENVIRONMENT FOR THE PIPELINE <<< #
604
604
# -------------------------------------------------------#
605
605
606
+ logdir=$( pwd)
607
+
606
608
# 0. Set the distribution base directory and OS-specific (linux|darwin) bindirs
607
609
env_vars=$( set_pipeline_environment) # returns: $distrodir $bindir $OS $no_proc
608
610
[ " $DEBUG " -eq 1 ] && echo " env_vars:$env_vars "
@@ -616,6 +618,8 @@ no_proc=$(echo "$env_vars"|awk '{print $4}')
616
618
617
619
# -----------------------------------------------------------------------------------------
618
620
621
+
622
+
619
623
[ " $DEBUG " -eq 1 ] && msg " distrodir:$distrodir |bindir:$bindir |OS:$OS |no_proc:$no_proc " DEBUG LBLUE
620
624
621
625
# 0.1 Determine if pipeline scripts are in $PATH;
@@ -640,8 +644,6 @@ check_dependencies 0
640
644
641
645
# check for bare minimum dependencies: bash R perl awk cut grep sed sort uniq Rscript
642
646
643
- logdir=$( pwd)
644
-
645
647
if [ -z " $runmode " ]
646
648
then
647
649
msg " # ERROR: no runmode defined!" HELP RED
You can’t perform that action at this time.
0 commit comments