Depending on which of their file records is returned first, aggregate datasets are not found. The reason is that when the FI file record is returned, the additional "public" in the file path leads to the relation being returned as "aggregates" instead of correcty as "subjects"
I made a momentary fix by setting all FI recrods to exists=False, so they are no longer returned, but this should be fixed
Depending on which of their file records is returned first, aggregate datasets are not found. The reason is that when the FI file record is returned, the additional "public" in the file path leads to the relation being returned as "aggregates" instead of correcty as "subjects"
I made a momentary fix by setting all FI recrods to exists=False, so they are no longer returned, but this should be fixed
https://github.com/int-brain-lab/ONE/blob/main/one/api.py#L1761 https://github.com/int-brain-lab/ONE/blob/main/one/util.py#L95