amc-heme / scExploreR

Shiny app for single cell omics data visualization
https://amc-heme.github.io/scExploreR/
MIT License
2 stars 0 forks source link

Config app crashes for all anndata objects #344

Closed wish1832 closed 5 days ago

wish1832 commented 6 days ago

A recent change to the code of the config app resulted in a conditional statement that causes the app to stop with no error message. This was due to a conditional statement that did not properly check for the class of anndata objects, and that triggered a stop() statement with no error message provided when the object class did not match.

wish1832 commented 6 days ago

This underscores the need for automated testing of the config app (#345).

wish1832 commented 5 days ago

This was resolved with the merge of #346.