@sjcrh/proteinpaint-server 2.191.4-0 → 2.191.4

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.
@@ -352,6 +352,9 @@ function termdb_test_default() {
352
352
  cnv: {
353
353
  file: "files/hg38/TermdbTest/TermdbTest_CNV_gene.gz"
354
354
  },
355
+ itd: {
356
+ file: "files/hg38/TermdbTest/TermdbTest_ITD.gz"
357
+ },
355
358
  singleSampleMutation: {
356
359
  src: "native",
357
360
  sample_id_key: "sample_id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.191.4-0",
3
+ "version": "2.191.4",
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",
@@ -61,9 +61,9 @@
61
61
  "@sjcrh/augen": "2.190.0",
62
62
  "@sjcrh/proteinpaint-python": "2.191.0",
63
63
  "@sjcrh/proteinpaint-r": "2.190.0",
64
- "@sjcrh/proteinpaint-rust": "2.191.1",
65
- "@sjcrh/proteinpaint-shared": "2.191.2",
66
- "@sjcrh/proteinpaint-types": "2.191.4-0",
64
+ "@sjcrh/proteinpaint-rust": "2.191.4",
65
+ "@sjcrh/proteinpaint-shared": "2.191.4",
66
+ "@sjcrh/proteinpaint-types": "2.191.4",
67
67
  "@types/express": "^5.0.0",
68
68
  "@types/express-session": "^1.18.1",
69
69
  "better-sqlite3": "^12.4.1",