From d7ca093e14c8b3fe3c6007c5f3e372715349bf91 Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Tue, 27 Aug 2013 09:39:43 +0200 Subject: [PATCH] update bugfix --- main_tools/ConfPass.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main_tools/ConfPass.sh b/main_tools/ConfPass.sh index e548a88..dfee907 100755 --- a/main_tools/ConfPass.sh +++ b/main_tools/ConfPass.sh @@ -122,8 +122,8 @@ RES_P="${INPUT_DIR}/${RES_NAME}" USF_FILE=${INPUT_DIR}/${BASENAME}.${RES_NAME}.usf CONF_DIR="$OUTPUT_DIR/conf/$RES_NAME" RES_CONF_DIR="$OUTPUT_DIR/conf/$RES_NAME/scored_ctm" -LOGFILE="${OUTPUT_DIR_BASENAME}/info_conf.log" -ERRORFILE="${OUTPUT_DIR_BASENAME}/error_conf.log" +LOGFILE="${OUTPUT_DIR}/info_conf.log" +ERRORFILE="${OUTPUT_DIR}/error_conf.log" print_info "[${BASENAME}] => Conf Pass start | $(date +'%d/%m/%y %H:%M:%S')" 1 @@ -200,7 +200,7 @@ fi cp $CONFPASS_CONFIG_FILE $OUTPUT_DIR/ConfPass.cfg echo "RES_CONF_DIR=$RES_CONF_DIR" >> $OUTPUT_DIR/ConfPass.cfg echo "CONF_DIR=$CONF_DIR" >> $OUTPUT_DIR/ConfPass.cfg -print_info "[${BASENAME}] Save config in $OUTPUT_DIR_BASENAME/ConfPass.cfg" 1 +print_info "[${BASENAME}] Save config in $OUTPUT_DIR/ConfPass.cfg" 1 #--------------------# # CONFIDENCE MEASURE # -- 1.8.2.3