Skip to content

Commit dcaeb35

Browse files
feat: make dcp59 the default catalog for HCA (#4785)
feat: make dcp59 the default catalog for HCA #4782 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dfd3d1a commit dcaeb35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site-config/hca-dcp/dev/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { floating } from "./layout/floating";
1818

1919
// Template constants
2020
const APP_TITLE = "HCA Data Explorer";
21-
const CATALOG = "dcp58";
21+
const CATALOG = "dcp59";
2222
const BROWSER_URL = "https://explore.data.humancellatlas.dev.clevercanary.com";
2323
const DATA_URL = "https://service.azul.data.humancellatlas.org";
2424
const EXPORT_TO_TERRA_URL = "https://app.terra.bio";

site-config/hca-dcp/ma-prod/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getAuthenticationConfig } from "./authentication/authentication";
66

77
// Template constants
88
const BROWSER_URL = "https://explore.data.humancellatlas.org";
9-
const CATALOG = "dcp58";
9+
const CATALOG = "dcp59";
1010
const DATA_URL = "https://service.azul.data.humancellatlas.org";
1111
const PORTAL_URL = "https://data.humancellatlas.org";
1212

0 commit comments

Comments
 (0)