@sjcrh/proteinpaint-server 2.55.0 → 2.57.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.55.0",
3
+ "version": "2.57.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",
@@ -150,9 +150,6 @@ function addGenomicQueries(c, ds, genome) {
150
150
  }
151
151
  }
152
152
  if (q.geneCnv) {
153
- if (!q2.cnv) {
154
- q2.cnv = {};
155
- }
156
153
  }
157
154
  if (q.topMutatedGenes)
158
155
  q2.topMutatedGenes = q.topMutatedGenes;