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

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

"Colour plot by" drop down corresponding endpoints(cluster and metadata) inconsistently returning 400 error when drop down options switched from metadata to k value and vice versa #363

Closed upendrakumbham closed 10 months ago

upendrakumbham commented 10 months ago

The result page gives 400 errors for the experiment 'E-HCAD-30'

These two endpoints behaving a weirdly:

/gxa/sc/json/cell-plots/E-HCAD-30/clusters/metadata/20?plotMethod=tsne&accessKey=&perplexity=50 => 400

/gxa/sc/json/cell-plots/E-HCAD-30/expression/?plotMethod=tsne&accessKey=&perplexity=50 => 400

Need to investigate to fix it.

Here is the screenshot:

image