Skip to content

Commit

Permalink
Fixed code typo in console message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalandrelli committed Mar 5, 2020
1 parent 71371cd commit 7d11c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/HiCtool_normalize_global_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
a=$(awk '{for(i=1;i<=NF;i++)x+=$i;print x}' $input_mat_file | tail -n 1)
row_sum_after_norm=$(( $a / $total_rows ))
else
echo "Using rowsum after normalization equal to "$row_sum_after"."
echo "Using rowsum after normalization equal to "$row_sum_after_norm"."
fi

checkMakeDirectory(){
Expand Down

0 comments on commit 7d11c02

Please sign in to comment.