Skip to content

Commit

Permalink
Stable route for release.json (#409)
Browse files Browse the repository at this point in the history
* Stable route for release.json

* Update api/python/cellxgene_census/src/cellxgene_census/_release_directory.py
  • Loading branch information
ebezzi authored Apr 25, 2023
1 parent 5f5deac commit e4de56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
CensusDirectory = Dict[CensusVersionName, Union[CensusVersionName, CensusVersionDescription]]


# URL for the default top-level directory of all public data, formatted as a CensusDirectory
CELL_CENSUS_RELEASE_DIRECTORY_URL = "https://s3.us-west-2.amazonaws.com/cellxgene-data-public/cell-census/release.json"
# URL for the default top-level directory of all public data
CELL_CENSUS_RELEASE_DIRECTORY_URL = "https://census.cellxgene.cziscience.com/cell-census/release.json"


def get_census_version_description(census_version: str) -> CensusVersionDescription:
Expand Down
2 changes: 1 addition & 1 deletion api/r/cellxgene.census/R/release_directory.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CELL_CENSUS_RELEASE_DIRECTORY_URL <- "https://s3.us-west-2.amazonaws.com/cellxgene-data-public/cell-census/release.json"
CELL_CENSUS_RELEASE_DIRECTORY_URL <- "https://census.cellxgene.cziscience.com/cell-census/release.json"


#' Get release description for given census version
Expand Down

0 comments on commit e4de56e

Please sign in to comment.