@sjcrh/proteinpaint-server 2.94.1 → 2.95.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.94.1",
3
+ "version": "2.95.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",
@@ -60,8 +60,8 @@
60
60
  "dependencies": {
61
61
  "@sjcrh/augen": "2.87.0",
62
62
  "@sjcrh/proteinpaint-rust": "2.84.0",
63
- "@sjcrh/proteinpaint-shared": "2.88.2",
64
- "@sjcrh/proteinpaint-types": "2.94.0",
63
+ "@sjcrh/proteinpaint-shared": "2.95.0",
64
+ "@sjcrh/proteinpaint-types": "2.95.0",
65
65
  "better-sqlite3": "^9.4.1",
66
66
  "body-parser": "^1.15.2",
67
67
  "canvas": "~2.11.2",
@@ -173,7 +173,7 @@ function addNonDictionaryQueries(c, ds, genome) {
173
173
  if (q.singleSampleMutation) {
174
174
  q2.singleSampleMutation = {
175
175
  sample_id_key: q.singleSampleMutation.sample_id_key,
176
- discoSkipChrM: q.singleSampleMutation.discoSkipChrM
176
+ discoPlot: q.singleSampleMutation.discoPlot
177
177
  };
178
178
  }
179
179
  if (q.singleSampleGenomeQuantification) {