CRI-iAtlas / iatlasGraphQLClient

Other
0 stars 1 forks source link

`iatlasGraphQLClient::query_heritability_results(datasets = "TCGA")` returning fewer results in staging api #17

Closed heimannch closed 1 year ago

heimannch commented 1 year ago

Production API/db:

> heritability <- iatlasGraphQLClient::query_heritability_results(datasets = "TCGA")
> dim(heritability)
[1] 996  11

Staging API/db:

> heritability <- iatlasGraphQLClient::query_heritability_results(datasets = "TCGA")
> dim(heritability)
[1] 76 11
andrewelamb commented 1 year ago

When I added them previously not all features where in the database, but tht seems to have been resolved.

heimannch commented 1 year ago

I still get fewer results when I load the app with the staging database, maybe it'll take a while to propagate changes?

andrewelamb commented 1 year ago

@heimannch I still need to rebuild the database, this should be ready later today