IGS / gEAR

The gEAR Portal was created as a data archive and viewer for gene expression data including microarrays, bulk RNA-Seq, single-cell RNA-Seq and more.
https://umgear.org
GNU Affero General Public License v3.0
13 stars 4 forks source link

Single-cell workbench: Primary analysis fails to load #897

Closed jorvis closed 16 hours ago

jorvis commented 16 hours ago

This is one of the most common datasets we use to during demos and currently simply loading the primary analysis failed when we just did our demo:

https://umgear.org/sc_workbench.html?dataset_id=c4f16a12-9e98-47be-4335-b8321282919e

adkinsrs commented 16 hours ago

Got an "invalid session_id" error in the get_stored_analysis.cgi script with my account and with the curator account

adkinsrs commented 16 hours ago

Oh I see, session_id is null. I had made some changes to pass the correct session id to public and saved analyses and it seems I broke primary ones

adkinsrs commented 16 hours ago

Fixed, and waiting for a pull to the server. Session IDs were properly populated for non-primary analyses but for the primary one, it was not returned in the CGI script to get all analyses, and so the "null" was passed along (and used).