Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Nov 13, 2018
1 parent d90457f commit 146b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hicexplorer/hicConvertFormat.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def main(args=None):
hic_matrix.setMatrix(_matrix, cut_intervals)
bin_size = hic_matrix.getBinSize()
matrixFileHandlerOutput = MatrixFileHandler(
pFileType='cool', , pAppend=append, pFileWasH5=format_was_h5)
pFileType='cool', pAppend=append, pFileWasH5=format_was_h5)

matrixFileHandlerOutput.set_matrix_variables(_matrix, cut_intervals, nan_bins,
correction_factors, distance_counts)
Expand Down

0 comments on commit 146b687

Please sign in to comment.