Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Census VERSION is not valid in cellxgene/data_config.py #263

Open
Fredrick-Kakembo opened this issue Oct 16, 2024 · 1 comment
Open

Census VERSION is not valid in cellxgene/data_config.py #263

Fredrick-Kakembo opened this issue Oct 16, 2024 · 1 comment

Comments

@Fredrick-Kakembo
Copy link

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.

@lishensuo
Copy link

I encountered the same problem and used the VERSION = "2023-05-15" instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants