Skip to content

Commit

Permalink
chore: dcp39 (#4062) (#4064)
Browse files Browse the repository at this point in the history
* chore: dcp39 (#4062)

* chore: dcp39 (#4062)
  • Loading branch information
NoopDog authored Jun 28, 2024
1 parent 9b135e5 commit 9e9fe92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion explorer/site-config/hca-dcp/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-archive-previews.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
Expand All @@ -59,7 +59,7 @@ let client;
credentials: fromIni({
profile: "platform-hca-prod",
mfaCodeProvider: async (mfaSerial) => {
return "546641";
return "997196";
},
}),
});
Expand Down

0 comments on commit 9e9fe92

Please sign in to comment.