You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to download some cellxgene but got this error when I was running the build_soma_idx.sh file.
ValueError: The "2023-05-08" Census version is not valid. Use get_census_version_directory() to retrieve available versions.
I checked the data_config.py file and the version was hardcoded as VERSION = "2023-05-08". which appears to be a no longer supported/valid version in the cellxgene API. I checked and their "stable" release is currently 2024-07-01, which I specified and worked smoothly.
I also noticed setting the VERSION to None will always default to their current version in case the previous one is no longer supported.
The text was updated successfully, but these errors were encountered:
I was trying to download some cellxgene but got this error when I was running the build_soma_idx.sh file.
I checked the data_config.py file and the version was hardcoded as
VERSION = "2023-05-08"
. which appears to be a no longer supported/valid version in the cellxgene API. I checked and their "stable" release is currently 2024-07-01, which I specified and worked smoothly.I also noticed setting the VERSION to
None
will always default to their current version in case the previous one is no longer supported.The text was updated successfully, but these errors were encountered: