From dc6bbfc61f27f66b025194bee13cf820424ed78b Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Fri, 28 Jun 2024 12:24:04 -0700 Subject: [PATCH 1/2] chore: dcp39 (#4062) --- scripts/update-archive-previews.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-archive-previews.js b/scripts/update-archive-previews.js index ae07567a8..6113ce113 100644 --- a/scripts/update-archive-previews.js +++ b/scripts/update-archive-previews.js @@ -47,7 +47,7 @@ let client; }); } else { hcaApiUrl = - "https://service.azul.data.humancellatlas.org/index/files?filters=%7B%22fileFormat%22%3A%7B%22is%22%3A%5B%22zip%22%2C%22zip.gz%22%2C%22tar%22%2C%22tar.gz%22%5D%7D%7D&size=500&catalog=dcp34"; + "https://service.azul.data.humancellatlas.org/index/files?filters=%7B%22fileFormat%22%3A%7B%22is%22%3A%5B%22zip%22%2C%22zip.gz%22%2C%22tar%22%2C%22tar.gz%22%5D%7D%7D&size=500&catalog=dcp39"; if (env === "test") { bucketName = "cc-archive-preview-test"; client = new S3Client({ region: "us-east-1" }); @@ -59,7 +59,7 @@ let client; credentials: fromIni({ profile: "platform-hca-prod", mfaCodeProvider: async (mfaSerial) => { - return "546641"; + return "997196"; }, }), }); From 55f31b6ed23dc99bb34d10e5b2afeed423fa00f7 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Fri, 28 Jun 2024 12:26:56 -0700 Subject: [PATCH 2/2] chore: dcp39 (#4062) --- explorer/site-config/hca-dcp/dev/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/site-config/hca-dcp/dev/config.ts b/explorer/site-config/hca-dcp/dev/config.ts index 8ae526ece..3afb0ea2d 100644 --- a/explorer/site-config/hca-dcp/dev/config.ts +++ b/explorer/site-config/hca-dcp/dev/config.ts @@ -24,7 +24,7 @@ import { floating } from "./layout/floating"; // Template constants const APP_TITLE = "HCA Data Explorer"; -const CATALOG = "dcp38"; +const CATALOG = "dcp39"; const BROWSER_URL = "https://explore.data.humancellatlas.dev.clevercanary.com"; export const DATA_URL = "https://service.azul.data.humancellatlas.org"; export const EXPORT_TO_TERRA_URL = "https://app.terra.bio";