iobio / gene.iobio

Gene.iobio vue
MIT License
55 stars 11 forks source link

Launch gene.iobio w/o gene, Mosaic doesn't send is_pedigree URL parameter and gene.iobio fails #999

Closed tonydisera closed 5 months ago

tonydisera commented 1 year ago

The problem is the nested promises in HubSession.promiseInit. After Promise.all(promises), we are not assured that modelInfos has been initialized. We only see this for single samples, probably due to a random timing issue.

tonydisera commented 5 months ago

We have changed the code on gene.iobio to handle the case where is_pedigree URL argument is missing, but we still need a fix on the Mosaic side so that gene.iobio gets the is_pedigree flag in the case where no gene is entered.