ebi-gene-expression-group / atlas-web-bulk

Bulk Expression Atlas web application
Apache License 2.0
0 stars 1 forks source link

[Bugfix] Alternative view refactoring #183

Closed ke4 closed 5 months ago

ke4 commented 5 months ago

This refactor fix the previous implementation of the alternate view feature. The previous implementation was creating an infinite loop when starting up the web app and loading the experiments. This implementation changed the way how we check the type of the alternative experiment.

It's companion PR in atlas-web-core: https://github.com/ebi-gene-expression-group/atlas-web-core/pull/136