We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8eb4b commit 3ada56eCopy full SHA for 3ada56e
orchestration/orchestration.sh
@@ -16,7 +16,7 @@ PARQUET_FOLDER="$5"
16
MP_CHOOSER_FOLDER="$6"
17
WINDOWING_PIPELINE=${7:-"true"}
18
19
-# Redirect all output and errors to the log file
+# Redirect all output and errors to the log file.
20
LOGFILE=${KOMP_PATH}/impc_statistical_pipeline/IMPC_DRs/stats_pipeline_logs/orchestration_${VERSION}.log
21
exec > >(tee -a "$LOGFILE") 2>&1
22
0 commit comments