Commit d7ca093e14c8b3fe3c6007c5f3e372715349bf91

Authored by Jean-François Rey
1 parent 935cb540e4
Exists in master

update bugfix

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

main_tools/ConfPass.sh
... ... @@ -122,8 +122,8 @@
122 122 USF_FILE=${INPUT_DIR}/${BASENAME}.${RES_NAME}.usf
123 123 CONF_DIR="$OUTPUT_DIR/conf/$RES_NAME"
124 124 RES_CONF_DIR="$OUTPUT_DIR/conf/$RES_NAME/scored_ctm"
125   -LOGFILE="${OUTPUT_DIR_BASENAME}/info_conf.log"
126   -ERRORFILE="${OUTPUT_DIR_BASENAME}/error_conf.log"
  125 +LOGFILE="${OUTPUT_DIR}/info_conf.log"
  126 +ERRORFILE="${OUTPUT_DIR}/error_conf.log"
127 127  
128 128 print_info "[${BASENAME}] => Conf Pass start | $(date +'%d/%m/%y %H:%M:%S')" 1
129 129  
... ... @@ -200,7 +200,7 @@
200 200 cp $CONFPASS_CONFIG_FILE $OUTPUT_DIR/ConfPass.cfg
201 201 echo "RES_CONF_DIR=$RES_CONF_DIR" >> $OUTPUT_DIR/ConfPass.cfg
202 202 echo "CONF_DIR=$CONF_DIR" >> $OUTPUT_DIR/ConfPass.cfg
203   -print_info "[${BASENAME}] Save config in $OUTPUT_DIR_BASENAME/ConfPass.cfg" 1
  203 +print_info "[${BASENAME}] Save config in $OUTPUT_DIR/ConfPass.cfg" 1
204 204  
205 205 #--------------------#
206 206 # CONFIDENCE MEASURE #