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

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

Filter out null element from the resulted list from cell types endpoint #356

Closed ke4 closed 10 months ago

ke4 commented 11 months ago

Currently if we do a query like this: http://localhost:8080/gxa/sc/json/gene-search/cell-types?symbol=CFTR then there is a null element in the returned result. We need to filter that out.

ke4 commented 11 months ago

I added the commit that fix this bug in this existing PR: resolves #353

ke4 commented 11 months ago

resolves #353