ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

In SCXA main page under Tools section the t-SNE plot widget point to a deprecated URL #343

Closed ke4 closed 1 year ago

ke4 commented 1 year ago

In SCXA main page under Tools section the t-SNE plot widget point to a deprecated URL: https://github.com/ebi-gene-expression-group/scxa-tsne-widget. The URL should be: https://github.com/ebi-gene-expression-group/atlas-components/tree/master/packages/scxa-tsne-widget.

It is an easy fix in scxa. In the app/src/main/webapp/WEB-INF/jsp/tiles/views/home/tools.jsp you just have to replace the URL in line 23:

<a href="https://github.com/ebi-gene-expression-group/scxa-tsne-widget" target="_blank">

to

<a href="https://github.com/ebi-gene-expression-group/atlas-components/tree/master/packages/scxa-tsne-widget" target="_blank">

ke4 commented 1 year ago

I moved the comment from here to the ticket's description.

ke4 commented 1 year ago

Pull request: https://github.com/ebi-gene-expression-group/atlas-web-single-cell/pull/344