IGS/gEAR

Delete dataset display where analysis was deleted.

Opened this issue · 0 comments

@JPReceveur had a situation where a dataset display did not show because the corresponding analysis h5ad was not found. The "user_saved" analysis ID directory was actually not present on the filesystem, leading me to believe that the user deleted the analysis. Currently our "delete analysis" CGI script just removes the analysis directory, but does not delete any corresponding dataset displays using this analysis.

Low priority since it seems like an edge case.