Skip to content

Commit

Permalink
feat: SJIP-964 add export endpoints for transcriptomics and remove aw…
Browse files Browse the repository at this point in the history
…aitjs and refactor
  • Loading branch information
celinepelletier committed Nov 12, 2024
1 parent 45d232f commit b5fcbda
Show file tree
Hide file tree
Showing 20 changed files with 13,148 additions and 8,764 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ VARIANTS_SUGGESTIONS_INDEX_NAME=
MAX_SET_CONTENT_SIZE=

# Users-API URL
USER_API_URL=
USER_API_URL=

# Datalake S3 bucket
DATALAKE_S3_URL=
20,319 changes: 12,124 additions & 8,195 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"start": "node ./dist/src/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:silent": "jest --silent",
"cleanAndBuild": "rm -rf ./dist/* && tsc --build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
Expand Down Expand Up @@ -38,7 +39,8 @@
"@arranger/admin": "^2.19.4",
"@arranger/middleware": "^2.19.4",
"@arranger/server": "^2.19.4",
"@awaitjs/express": "^0.8.0",
"@aws-sdk/client-s3": "^3.689.0",
"@aws-sdk/s3-request-presigner": "^3.689.0",
"@elastic/elasticsearch": "^7.11.0",
"ajv": "^8.17.1",
"cors": "2.8.5",
Expand Down
Loading

0 comments on commit b5fcbda

Please sign in to comment.