@sjcrh/proteinpaint-server 2.193.0 → 2.194.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -448,6 +448,7 @@ function termdb_test_default() {
448
448
  },
449
449
  trackLst: {
450
450
  jsonFile: "files/hg38/TermdbTest/trackLst/facet.json",
451
+ facetTwLst: [{ id: "diaggrp" }, { id: "agedx" }],
451
452
  activeTracks: ["bw 1", "bed 1"]
452
453
  },
453
454
  chat: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.193.0",
3
+ "version": "2.194.0",
4
4
  "type": "module",
5
5
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
6
6
  "main": "src/app.js",
@@ -59,11 +59,11 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@sjcrh/augen": "2.190.0",
62
- "@sjcrh/proteinpaint-python": "2.193.0",
62
+ "@sjcrh/proteinpaint-python": "2.194.0",
63
63
  "@sjcrh/proteinpaint-r": "2.190.0",
64
64
  "@sjcrh/proteinpaint-rust": "2.193.0",
65
65
  "@sjcrh/proteinpaint-shared": "2.192.0",
66
- "@sjcrh/proteinpaint-types": "2.193.0",
66
+ "@sjcrh/proteinpaint-types": "2.194.0",
67
67
  "@types/express": "^5.0.0",
68
68
  "@types/express-session": "^1.18.1",
69
69
  "better-sqlite3": "^12.4.1",