clevercanary / hca-atlas-tracker

Apache License 2.0
0 stars 0 forks source link

Auto detect CELLxGENE collection for source datasets #16

Closed NoopDog closed 7 months ago

NoopDog commented 7 months ago

Add a new field "CELLxGENE Collection" to source datasets.

On the build catalog, call out to the CELLxGENE API for collections read them all in a try to match collections based on DOI. Save the collection id on the source dataset if it's DOI matches the source dataset DOI.

Add a left hand filter, "in cellxgene" on source datasets with values "yes" / "no". Tag the source dataset with yes/no for this field depending on the presence or absence of the cellxgene collection is.

There are complexities here we can ignore for now like:

NoopDog commented 7 months ago

Complete