Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete/organize list entries from HiGlass.io #105

Open
gibcus opened this issue May 23, 2019 · 7 comments
Open

Delete/organize list entries from HiGlass.io #105

gibcus opened this issue May 23, 2019 · 7 comments

Comments

@gibcus
Copy link

gibcus commented May 23, 2019

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?

@pkerpedjiev
Copy link
Member

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.

@gibcus
Copy link
Author

gibcus commented May 24, 2019

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?

@pkerpedjiev
Copy link
Member

It's an option for higlass-manage. You should be able to do higlass-manage start --no-public-data.

@gibcus
Copy link
Author

gibcus commented May 25, 2019

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?

@pkerpedjiev
Copy link
Member

Must be a bug. This is a high priority issue so I'll try to investigate this week. Thanks for trying and reporting.

@pkerpedjiev
Copy link
Member

pkerpedjiev commented May 27, 2019

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.

@gibcus
Copy link
Author

gibcus commented May 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants