Skip to content

Commit b69ac23

Browse files
chore: update hca-dcp catalog to dcp57 (#4688)
chore: update hca-dcp catalog to dcp57 #4685 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3ab01a0 commit b69ac23

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Thumbs.db
4747
# IDEs and editors
4848
.idea
4949
/.vscode
50+
.claude
5051

5152
# hygen
5253
_templates

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 { FILTER_SORT } from "@databiosphere/findable-ui/lib/common/filters/sort/
1818

1919
// Template constants
2020
const APP_TITLE = "HCA Data Explorer";
21-
const CATALOG = "dcp56";
21+
const CATALOG = "dcp57";
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 = "dcp56";
9+
const CATALOG = "dcp57";
1010
const DATA_URL = "https://service.azul.data.humancellatlas.org";
1111
const PORTAL_URL = "https://data.humancellatlas.org";
1212

0 commit comments

Comments
 (0)