Skip to content

Commit

Permalink
Merge branch 'main' into gm-literature-section
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmcn committed Jan 20, 2025
2 parents cbc8a3a + d2984c0 commit db9da82
Show file tree
Hide file tree
Showing 415 changed files with 27,398 additions and 12,176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-genetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "20.11.1"
cache: "yarn"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "20.11.1"
cache: "yarn"

- name: Install dependencies
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ after_success:
- cd ..
- mv bundle-genetics.tgz ../../bundle-genetics.tgz
- cd ../..
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install faraday-net_http -v '3.3.0'
- gem install uri
- gem install logger
deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down
3 changes: 1 addition & 2 deletions apps/genetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]"
},
"dependencies": {
"@apollo/client": "^3.3.4",
"@apollo/client": "3.10.8",
"@ebi-gene-expression-group/expression-atlas-heatmap-highcharts": "^5.4.1-beta1",
"@fontsource/inter": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
Expand All @@ -26,7 +26,6 @@
"file-saver": "^1.3.8",
"graphiql": "^1.4.2",
"graphql": "^15.0.0",
"graphql-anywhere": "^4.2.7",
"graphql.macro": "^1.4.2",
"litemol": "^2.4.2",
"local-storage": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/platform/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_API_URL=https://api.platform.dev.opentargets.xyz/api/v4/graphql
VITE_AI_API_URL=https://dev-ai-api-w37vlfsidq-ew.a.run.app
VITE_PROFILE=default
VITE_PROFILE=default
4 changes: 2 additions & 2 deletions apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]"
},
"dependencies": {
"@apollo/client": "^3.3.4",
"@apollo/client": "3.10.8",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
Expand All @@ -34,7 +34,7 @@
"react-dropzone": "^14.2.3",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.0.0",
"react-router-dom": "5.1.2",
"react-router-dom": "6.28.0",
"react-tsparticles": "^2.0.6",
"sections": "*",
"smiles-drawer": "^1.1.22",
Expand Down
9,780 changes: 6,366 additions & 3,414 deletions apps/platform/public/data/ontology/efo_json/diseases_efo.jsonl

Large diffs are not rendered by default.

Loading

0 comments on commit db9da82

Please sign in to comment.