echo"CAUTION: Output folder is NOT deleted. New analysis result will be saved in the existing folder. Result files will be overwritten if they have the same names with the previous ones."
fi
else
mkdir-p$OUTPUT_FOLDER
fi
if["$QUEUE"=="local"]
then
sh $ODA_DIR/run_analysis.sh $ODA_DIR$INPUT_FILE$OUTPUT_FOLDER
sh $ODA_DIR/run_analysis.sh $ODA_DIR$INPUT_FILE$OUTPUT_FOLDER 2>&1 | tee-a"$OUTPUT_FOLDER/ODA_run"$(date +%s"."%N)".log"