hms-dbmi-cellenics / issues

This repository is used to report and track issues
1 stars 0 forks source link

[Bug] Loading/loaded logic of the cell sets when using the ScType cluster annotation is not working properly #73

Closed ivababukova closed 5 months ago

ivababukova commented 9 months ago

Background

I noticed that the loading/loaded logic of the cell sets when using the ScType cluster annotation is not working properly. In production, in Cell Sets and Metadata try to annotate something (whatever settings you want). Click compute. You will see that the annotation on the UI stays in loading state, but if you look at the logs you will see that the annotation gets completed within a minute and returned. On refresh of the UI, the new clusters created after the annotation show up.

duplicate ticket background

Running ScType currently hides the heatmap, showing the worker loading spinner in the heatmap box. The "cellsets changed" notification appears, meaning that the task finished running, but the heatmap never reappears and the Cellsets and Metadata box does not display the results.

The page hangs in that state until refreshed. ScType results are present after refresh, and the heatmap reappears.

Image

Goal