higlass / higlass-manage

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

Delete tileset #57

Open xinyangbing opened 4 years ago

xinyangbing commented 4 years ago

How do you remove a tileset? I accidentally added a chrom sizes file which is now preventing me from adding bigwig files: ERROR: CommandError: More than one available set of chromSizesfor this coordSystem

pkerpedjiev commented 4 years ago

Hi! Your best best is to use the admin console.

higlass-manage start
higlass-manage create superuser

Navigate to http://localhost:8989 (or whatever port you're on). Log in with the credentials you created above, click on 'Tilesets' and then delete the tileset that's incorrect.

xinyangbing commented 4 years ago

Hi thank you so much for the quick reply! But where do you log in? I cannot find any links to a log in page.

pkerpedjiev commented 4 years ago

Ah yes, sorry, the url should actually be http://localhost:8989/admin.

aakashsur commented 4 years ago

So the docs still say higlass-manage createsuperuser instead of higlass-manage create superuser

http://docs.higlass.io/tutorial.html#viewing-data-in-the-client

pkerpedjiev commented 4 years ago

Ah, you're right. I just updated the rst file and they should be deployed shortly. Thanks for the heads up!

aakashsur commented 4 years ago

I've also noticed at least for me, whenever the higlass-manage is started with the default port 8989 or with another port, localhost:port/admin redirects to localhost/admin which gives a site not found error. If I start the instance on port 80, then things seem to work. I assume this has something to do with Django's admin url redirecting or maybe the version of Django?

pkerpedjiev commented 4 years ago

I think for that you just need to add a slash at the end of the path: http://localhost:port/admin/. And we need to update some setting in Django.

narzouni commented 1 year ago

Hello, I have the same question and issue. I am trying to delete some datasets I ingested. I created a super user. However, If I go to the following : http://localhost:port/admin/ .

I hope some one has a solution.

Thanks,.

narzouni commented 3 months ago

Hello, I have the same question and issue. I am trying to delete some datasets I ingested. I created a super user. However, If I go to the following : http://localhost:port/admin/ .

I hope some one has a solution.

Thanks,.

I created a super user and it worked.