scGPT
scGPT copied to clipboard
Census VERSION is not valid in cellxgene/data_config.py
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.
I encountered the same problem and used the VERSION = "2023-05-15" instead.