hubmapconsortium / entity-api

A set of web service calls to return information about HuBMAP entities
https://entity.api.hubmapconsortium.org
MIT License
3 stars 1 forks source link

Remove restriction on the number of component datasets can be created via multi-assay split #614

Closed yuanzhou closed 4 months ago

yuanzhou commented 5 months ago

Currently we only allow two and only two component datasets to be created via the multi-assay split. Remove this restriction to allow GeoMx to create only one component dataset.

https://github.com/hubmapconsortium/entity-api/blob/ac4bf259ba7b97be5656b3804f530e1c6bfc85cf/src/app.py#L3729-L3731

Also verify if this change will cause any issues to the matched POST /datasets/components call in ingest-api.

yuanzhou commented 5 months ago

Addressed via https://github.com/hubmapconsortium/entity-api/pull/617