-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment's default plot option is not correctly displayed in SCXA #374
Comments
Here is the log from Solr cloud when it tries to load I need to investigate this more closely. |
After some investigation it looks like the backend code is not correctly calculating the default The DB query that used by this method is not correct: atlas-web-single-cell/app/src/main/java/uk/ac/ebi/atlas/experimentpage/cellplot/CellPlotDao.java Line 169 in 7a6d042
It does not take account that more than one values could be the same (in this case: |
E-ANND-3
experiment is not displaying plots in SCXAE-ANND-3
experiment is not displaying plots in SCXA
E-ANND-3
experiment is not displaying plots in SCXAE-ANND-3
experiment by default is not displaying plots in SCXA
E-ANND-3
experiment by default is not displaying plots in SCXA
I fixed the software bugs but in the meanwhile I found some errors in PostgreSQL database on dev. I took a screenshot on what we have in the |
We discussed the use case that should be implement for this with @upendrakumbham and @@pmb59.
There are 2 separate condition that we have to fullfill:
priority
column inscxa_dimension_reduction
table there is a non zero value (most probably 1) for a specific plot type for a specific experiment then the web app should show that one as default.priority
column inscxa_dimension_reduction
table is 0, then the web app should calculate a middle value forPlot options
and display that one. For example: if we have 9Plot options
then we should display the 5th one.Steps to reproduce:
Browse experiments
tab inSCXA
.Expected result:
The middle
Plot option
is selected, as all thepriority
column inscxa_dimension_reduction
table is 0.Actual result:
The 1st
Plot option
is selected.You should also test it with
E-ANND-3
in your local environment. Please load that experiment into your local environment , if you have not done it, yet. The instructions to follow: Add an AnnData experiment to our local SCXAPlease see below how to reproduce the bug with that experiment.
For historical reason I preserved the original ticket description and you can find it below.
Original title:
E-ANND-3
experiment by default is not displaying plots in SCXASteps to reproduce:
Browse experiments
tab inSCXA
.Expected result:
Experiment's data should show up with the plots diagram.
Actual result:
An error message appears on the screen.
The text was updated successfully, but these errors were encountered: