scGPT icon indicating copy to clipboard operation
scGPT copied to clipboard

Census VERSION is not valid in cellxgene/data_config.py

Open Fredrick-Kakembo opened this issue 1 year ago • 1 comments

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.

Fredrick-Kakembo avatar Oct 16 '24 04:10 Fredrick-Kakembo

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

lishensuo avatar Oct 21 '24 14:10 lishensuo