gersteinlab / HiC-spector

Spectral and reproducibility analysis of Hi-C contact maps
11 stars 7 forks source link

Fixed TypeError for .hic #6

Open jdwheaton opened 5 years ago

jdwheaton commented 5 years ago

Corrected a TypeError when parsing .hic files in Python 3.x caused by passing a float to lil_matrix. This error also likely occurs during the other parsing functions, which I have not tested.