sii-cell-atlas / paraCell

Single-cell analysis web interface, especially geared toward parasitologists. Inherits core functionality of cellxgene and cellxgene VIP for general purpose analysis, with additional features such as advanced gene search, host-parasite interactions, database integration and trajectory inference.
MIT License
2 stars 3 forks source link

nested addDescription within parseYAML #24

Closed EdwardAgboraw closed 1 year ago

EdwardAgboraw commented 1 year ago

This commit fixes an inconsistency in the Description functionality in which the addDescription() function would run before the ajax call responsible for parsing the YAML file resolved, breaking the pipeline. This commit solves the problem by nesting the addDescription() function within the yamlPARSE(), ensuring the function is only called once all of the required data is available.