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.
It was reported that e.g. the root
RawData
collection defined in themeta_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.