@sjcrh/proteinpaint-server 2.192.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.
@@ -350,6 +350,9 @@ function termdb_test_default() {
350
350
  dtLst: [2, 5]
351
351
  },
352
352
  cnv: {
353
+ // cnv values in this ds are log2 ratios (diploid baseline 0); declared explicitly so
354
+ // GRIN2 classifies gain/loss with baseline-0 semantics. Absent => same default.
355
+ type: "log2ratio",
353
356
  file: "files/hg38/TermdbTest/TermdbTest_CNV_gene.gz"
354
357
  },
355
358
  itd: {
@@ -445,6 +448,7 @@ function termdb_test_default() {
445
448
  },
446
449
  trackLst: {
447
450
  jsonFile: "files/hg38/TermdbTest/trackLst/facet.json",
451
+ facetTwLst: [{ id: "diaggrp" }, { id: "agedx" }],
448
452
  activeTracks: ["bw 1", "bed 1"]
449
453
  },
450
454
  chat: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.192.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.192.0",
62
+ "@sjcrh/proteinpaint-python": "2.194.0",
63
63
  "@sjcrh/proteinpaint-r": "2.190.0",
64
- "@sjcrh/proteinpaint-rust": "2.192.0",
64
+ "@sjcrh/proteinpaint-rust": "2.193.0",
65
65
  "@sjcrh/proteinpaint-shared": "2.192.0",
66
- "@sjcrh/proteinpaint-types": "2.192.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",