@sjcrh/proteinpaint-server 2.42.0 → 2.42.1

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.42.0",
3
+ "version": "2.42.1",
4
4
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
5
5
  "main": "server.js",
6
6
  "bin": "start.js",
@@ -161,7 +161,7 @@ function validateDataNative(D: SingleCellDataNative, ds: any) {
161
161
  tid2cellvalue[tid][cellId] = l[1]
162
162
  }
163
163
  }
164
- plots.push({ name: plot.name, cells, colorBy: plot.colorColumn?.name })
164
+ plots.push({ name: plot.name, cells, colorBy: plot.colorColumn?.name, colorMap: plot.colorMap })
165
165
  }
166
166
  if (plots.length == 0) {
167
167
  // no data available for this sample