higlass / higlass-manage

A utility script to manage local docker instances of HiGlass
http://docs.higlass.io
MIT License
22 stars 9 forks source link

Empty view fresh install #58

Closed jakevc closed 4 years ago

jakevc commented 4 years ago

With higlass-manage I have a blank view when I try and run a fresh container. I ran higlass-manage start, and I was able to ingest a tileset. The server is running where it should, but my empty higlass page looks more empty than I expect.

Screen Shot 2020-05-06 at 3 42 55 PM

I am able to right click and add rulers but there is not header for the container with the cog for editing a viewconf. Screen Shot 2020-05-06 at 3 44 12 PM

Also, higlass-manage doesn't have a "log" subcommand like the documentation says..

I am running higlass-manage 0.8.0

jakevc commented 4 years ago

Ahh I just dragged a viewconf in there and it works...

pkerpedjiev commented 4 years ago

Hey, glad you got it working. It sounds like the viewconf that was loaded before had editable: false set to hide the header.

As for the log command, it's actually higlass-manage logs. Sorry about that. I updated the docs to match.