@sjcrh/proteinpaint-server 2.146.4-0 → 2.147.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.
@@ -253,7 +253,26 @@ function termdb_test_default() {
253
253
  snvindel: {
254
254
  forTrack: true,
255
255
  byrange: {
256
- bcffile: "files/hg38/TermdbTest/TermdbTest.bcf.gz"
256
+ bcffile: "files/hg38/TermdbTest/TermdbTest.bcf.gz",
257
+ infoFields: [
258
+ {
259
+ name: "Clinical Significance",
260
+ key: "CLNSIG",
261
+ categories: {
262
+ Pathogenic: {
263
+ color: "#f04124",
264
+ label: "Pathogenic",
265
+ desc: "The variant is reported to be pathogenic."
266
+ },
267
+ LP: {
268
+ color: "#f024ce",
269
+ label: "Likely Pathogenic",
270
+ desc: "The variant is reported to be LP."
271
+ }
272
+ },
273
+ separator: "|"
274
+ }
275
+ ]
257
276
  },
258
277
  skewerRim: {
259
278
  type: "format",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.146.4-0",
3
+ "version": "2.147.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",
@@ -63,9 +63,9 @@
63
63
  "@sjcrh/augen": "2.143.0",
64
64
  "@sjcrh/proteinpaint-python": "2.146.0",
65
65
  "@sjcrh/proteinpaint-r": "2.146.4-0",
66
- "@sjcrh/proteinpaint-rust": "2.146.4-0",
67
- "@sjcrh/proteinpaint-shared": "2.146.4-0",
68
- "@sjcrh/proteinpaint-types": "2.146.2",
66
+ "@sjcrh/proteinpaint-rust": "2.146.4-1",
67
+ "@sjcrh/proteinpaint-shared": "2.146.4-1",
68
+ "@sjcrh/proteinpaint-types": "2.146.4-1",
69
69
  "@types/express": "^5.0.0",
70
70
  "@types/express-session": "^1.18.1",
71
71
  "better-sqlite3": "^9.4.1",