Skip to content

Commit

Permalink
Merge pull request #99 from joachimwolff/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fidelram committed May 30, 2017
2 parents 1f72fe9 + 2ed7171 commit b8eeeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hicexplorer/HiCMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def setMatrix(self, matrix, cut_intervals):
raise Exception("Matrix is not squared. Shape is {}".format(matrix.shape))
if len(cut_intervals) != matrix.shape[0]:
raise Exception("Length of cut_intervals {} does not match the matrix size {}".format(len(cut_intervals),
matrix.shape))
matrix.shape))
self.matrix = matrix
self.cut_intervals = cut_intervals
self.interval_trees, self.chrBinBoundaries = \
Expand Down

0 comments on commit b8eeeec

Please sign in to comment.