higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Cannot view .cool file #181

Open aminakur opened 2 years ago

aminakur commented 2 years ago

I am able to view .mcool files, but not .cool files on my local HiGlass instance. The .cool files are supposedly loading, but no progress observed for hours. The .mcool files load instantly. Here is an example: on the left I'm trying to load a .cool file (size 253M), on the right I have .mcool file (868M). The screeshot shows half of the matrix.

Screen Shot 2022-10-19 at 11 29 29 AM
pkerpedjiev commented 2 years ago

This is by design. Higlass only support multi-resolution (mcool) files. If you want, you can make your single resolution multiresolution by using the cooler zoomify command.

aminakur commented 2 years ago

Oops. Thanks for clarification. I was trying to compare two balancing methods by viewing two .cool files generated by HiCExplorer and Cooler. Can you recommend how do I view/compare two .cool files?

pkerpedjiev commented 1 year ago

Sorry for the super-delayed response. You could make them both multi-resolution... cooler zoomify file.cool. That would create multiple resolutions. But that might remove the balancing method. Maybe @nvictus can weigh in?