higlass / higlass-docker

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

New server, think I've ingested data, but console errors #102

Open mccalluc opened 7 years ago

mccalluc commented 7 years ago

On first loading the page, and when trying to use any of the menus, I get this:

Uncaught TypeError: Cannot read property '0' of undefined

coming from:

var t = u.tileProxy.calculateZoomLevel(this._xScale, this.tilesetInfo.min_pos[0], this.tilesetInfo.max_pos[0])

Is this a bug in the software, or is it not installed correctly?

mccalluc commented 7 years ago

Root cause: https://github.com/hms-dbmi/higlass/issues/38