higlass-server
higlass-server copied to clipboard
Delete/organize list entries from HiGlass.io
According to the HiGlass.io documentation, there is an option to use the –project-name parameter with the ingest command. This would allow collapsing by grouping tilesets together as projects.
I got it to work and it's a great step forward!
Yet, there ENORMOUS amount of libraries pulled from HiGlass.io that are unorganized and they clutter up my (large) list of libraries.
I can delete my own entries with list_tilesets / delete_tileset
Is there any way to organize/delete the pulled libraries?
You should be able to use the --no-public-data option to hide all of the libraries that come from higlass.io. Let me know if that doesn't work and I can investigate.
I was hoping for something like that and I'd love to apply it!
I just can't find where to apply the option.
Is it an option to higlass-server/manage.py?
It's an option for higlass-manage. You should be able to do higlass-manage start --no-public-data.
We installed higlass-manage on our server and I seem to be able to start higlass on my preferred port.
Unfortunately, I still get public data when using --no-public-data. Would it work with a modified .json using --default-track-options?
Must be a bug. This is a high priority issue so I'll try to investigate this week. Thanks for trying and reporting.
Also, would you mind pasting in the exact command you're using to start it? I just tried it at home using higlass-manage start --no-public-data and don't see any of the datasets from higlass.io.
Can you make sure you're using the latest version: v0.7.1? You can run higlass-manage version to find out. If it says that that command can't be found, then you're running an older version. You can also do pip freeze | grep higlass-manage.
higlass-manage start \
--no-public-data \
--temp-dir /data/users/gibcus/chicken2.0/hg-tmp/ \
--data-dir /data/users/gibcus/chicken2.0/hg-data/ \
-p 8765 \
-s http://old-dell.ad.umassmed.edu \
-n chicken2.0
We're running higlass-manage==0.7.0
I'll ask @sergpolly to update to v0.7.1 on the server