CRI-iAtlas / iatlasGraphQLClient

Other
0 stars 1 forks source link

ICI datasets not returning results in develop version of the client library #11

Closed heimannch closed 11 months ago

heimannch commented 12 months ago

When I run the iatlas-app with the most recent version of iatlasGraphQLClient, the ICI modules don't work. The cohort-obj() object doesn't have ICI information either.

If I run some of the queries involved with creating the object, no results are returned:

> iatlasGraphQLClient::query_datasets(types = "ici")$name
character(0)

> iatlasGraphQLClient::query_cohorts(datasets = c("Gide_Cell_2019", "HugoLo_IPRES_2016"))
# A tibble: 0 × 1
# … with 1 variable: name <chr>