Skip to content

Commit

Permalink
removed redirecting compression log to __err.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lrog committed Jul 24, 2017
1 parent 6290e20 commit fdf0473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fastore_compress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ if [ -z ${FAST_MODE+x} ]; then
rm $TMP_REBIN-4*

echo "- packing..."
$FASTORE_PACK e "-i$TMP_REBIN-8" "-o$OUT_PACK" "-t$TH_PACK" $PAR_PACK_C1 $PAR_PE -v 2>__err.log
$FASTORE_PACK e "-i$TMP_REBIN-8" "-o$OUT_PACK" "-t$TH_PACK" $PAR_PACK_C1 $PAR_PE -v
rm $TMP_REBIN-8*

else
Expand All @@ -165,7 +165,7 @@ else
$FASTORE_BIN e "-i$IN_FQ" "-o$TMP_BIN" "-t$TH_BIN" $PAR_ID $PAR_QUA $PAR_BIN_C0 $PAR_PE

echo "- packing..."
$FASTORE_PACK e "-i$TMP_BIN" "-o$OUT_PACK" "-t$TH_PACK" $PAR_PACK_C0 $PAR_PE -v 2>__err.log
$FASTORE_PACK e "-i$TMP_BIN" "-o$OUT_PACK" "-t$TH_PACK" $PAR_PACK_C0 $PAR_PE -v
rm $TMP_BIN*

fi

0 comments on commit fdf0473

Please sign in to comment.