diff --git a/.env.example b/.env.example index 5d2f3c677..cb908b316 100644 --- a/.env.example +++ b/.env.example @@ -22,7 +22,7 @@ HUBMAP_ROUTES=true GTEX_ROUTES=true # Path to GTEX rui_locations -GTEX_RUI_LOCATIONS=https://hubmapconsortium.github.io/hra-registrations/gtex/rui_locations.jsonld +GTEX_RUI_LOCATIONS=https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld # Valid values: static or search-api (default: search-api) DB_DATA_SERVICE=search-api diff --git a/projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts b/projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts index 7b9da7b27..974518335 100644 --- a/projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts +++ b/projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts @@ -29,7 +29,7 @@ export interface GtexTissue { }; } -const DEFAULT_GTEX_RUI_LOCATIONS = 'https://hubmapconsortium.github.io/hra-registrations/gtex/rui_locations.jsonld'; +const DEFAULT_GTEX_RUI_LOCATIONS = 'https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld'; const GTEX_API_URL = 'https://gtexportal.org/api/v2/dataset/tissueSiteDetail'; async function getLocations(): Promise {