@sjcrh/proteinpaint-server 2.137.2-1 → 2.137.2-2

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.
@@ -141,7 +141,7 @@ function termdb_test_default() {
141
141
  {
142
142
  chartType: "barchart",
143
143
  term: { id: "diaggrp" },
144
- settings: { barchart: { colorBars: true, showPercent: true } }
144
+ settings: { barchart: { colorBars: true, showPercent: true, colorUsing: "generated" } }
145
145
  }
146
146
  ]
147
147
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.137.2-1",
3
+ "version": "2.137.2-2",
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,8 +63,8 @@
63
63
  "@sjcrh/proteinpaint-python": "2.135.2-0",
64
64
  "@sjcrh/proteinpaint-r": "2.137.2-0",
65
65
  "@sjcrh/proteinpaint-rust": "2.137.2-0",
66
- "@sjcrh/proteinpaint-shared": "2.137.2-1",
67
- "@sjcrh/proteinpaint-types": "2.137.2-1",
66
+ "@sjcrh/proteinpaint-shared": "2.137.2-2",
67
+ "@sjcrh/proteinpaint-types": "2.137.2-2",
68
68
  "@types/express": "^5.0.0",
69
69
  "@types/express-session": "^1.18.1",
70
70
  "better-sqlite3": "^9.4.1",
@@ -61,7 +61,8 @@ function make(q, req, res, ds, genome) {
61
61
  hasSampleAncestry: ds.cohort.termdb.hasSampleAncestry,
62
62
  defaultChartType: ds.cohort.defaultChartType,
63
63
  invalidTokenErrorHandling: tdb.invalidTokenErrorHandling,
64
- colorMap: tdb.colorMap
64
+ colorMap: tdb.colorMap,
65
+ defaultTw4correlationPlot: tdb.defaultTw4correlationPlot
65
66
  };
66
67
  if (tdb.plotConfigByCohort)
67
68
  c.plotConfigByCohort = tdb.plotConfigByCohort;