bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Create assay plugin shortcut collections for landing zones #1869

Closed mikkonie closed 5 months ago

mikkonie commented 6 months ago

It was reported that e.g. the root RawData collection defined in the meta_ms assay plugin is not created for landing zones with "create collections" enabled.

Upon closer inspection, it seems we simply skip creating these "shortcut" collections in ZoneModifyMixin.submit_create(). Hence it's a missing feature.

This should be trivial to implement, so I will do so for v0.14.2.

mikkonie commented 5 months ago

Done.