higlass-manage icon indicating copy to clipboard operation
higlass-manage copied to clipboard

Delete tileset

Open xinyangbing opened this issue 6 years ago • 9 comments

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

xinyangbing avatar Feb 16 '20 21:02 xinyangbing

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.

pkerpedjiev avatar Feb 17 '20 02:02 pkerpedjiev

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.

xinyangbing avatar Feb 17 '20 15:02 xinyangbing

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

pkerpedjiev avatar Feb 17 '20 15:02 pkerpedjiev

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

aakashsur avatar May 15 '20 22:05 aakashsur

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

pkerpedjiev avatar May 15 '20 23:05 pkerpedjiev

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?

aakashsur avatar May 18 '20 21:05 aakashsur

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.

pkerpedjiev avatar May 19 '20 18:05 pkerpedjiev

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 avatar Apr 18 '23 18:04 narzouni

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.

narzouni avatar May 30 '24 19:05 narzouni