Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nservant/HiC-Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
nservant committed May 14, 2015
2 parents 6097c6c + 86f3195 commit 1a1cca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

o Add pyton path in ice_norm.sh

o Bug fixed in iced genomic intervals symlink

o Add missing ${PYTHON_PATH} variable in scripts
Expand Down
2 changes: 1 addition & 1 deletion scripts/ice_norm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ do
INPUT_MATRIX=${MAPC_OUTPUT}/matrix/${RES_FILE_NAME}/raw/${bsize}/${RES_FILE_NAME}_${bsize}.matrix
ln -f -s ../../raw/${bsize}/${RES_FILE_NAME}_${bsize}_abs.bed ${NORM_DIR}/${bsize}/${RES_FILE_NAME}_${bsize}_abs.bed
ln -f -s ../../raw/${bsize}/${RES_FILE_NAME}_${bsize}_ord.bed ${NORM_DIR}/${bsize}/${RES_FILE_NAME}_${bsize}_ord.bed
${SCRIPTS}/ice --results_filename ${NORM_DIR}/${bsize}/${RES_FILE_NAME}_${bsize}_iced.matrix --filtering_perc ${SPARSE_FILTERING} --max_iter ${MAX_ITER} --eps ${EPS} --verbose 1 ${INPUT_MATRIX} > ${LDIR}/ice.log
${PYTHON_PATH}/python ${SCRIPTS}/ice --results_filename ${NORM_DIR}/${bsize}/${RES_FILE_NAME}_${bsize}_iced.matrix --filtering_perc ${SPARSE_FILTERING} --max_iter ${MAX_ITER} --eps ${EPS} --verbose 1 ${INPUT_MATRIX} > ${LDIR}/ice.log

done
fi
Expand Down

0 comments on commit 1a1cca9

Please sign in to comment.