chanzuckerberg / cryoet-data-portal-backend

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

Fix ingestion / importer annotation version bug #167

Closed daniel-ji closed 1 month ago

daniel-ji commented 1 month ago

Because the version could be a number / float (it currently is, as defined by the template.yaml), we should typecast the variable to a string before calling lower. Makes the code more robust and support version numbers that are both strings and numbers.