chanzuckerberg / cryoet-data-portal-backend

CryoET Data Portal API server & ingestion scripts
MIT License
1 stars 2 forks source link

Update schema to create files that don't cause conflict in names #134

Closed manasaV3 closed 1 month ago

manasaV3 commented 1 month ago

Description

When a slot and class are a single word and have the same names, it creates files that have same names but are in different cases. This can be an issue for filesystems that are case insensitive. So, making updates to handle that.

Updates:

Camera -> CameraDetails Funding -> FundingDetails Microscope -> MicroscopeDetails Tissue -> TissueDetails Organism -> OrganismDetails