Skip to content

Commit

Permalink
Update GTEx rui locations url
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Oct 18, 2023
1 parent bc59fab commit ab33fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<unknown> {
Expand Down

0 comments on commit ab33fa3

Please sign in to comment.