@sjcrh/proteinpaint-server 2.102.0 → 2.104.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.102.0",
3
+ "version": "2.104.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",
@@ -61,7 +61,7 @@
61
61
  "@sjcrh/augen": "2.87.0",
62
62
  "@sjcrh/proteinpaint-rust": "2.99.0",
63
63
  "@sjcrh/proteinpaint-shared": "2.99.1",
64
- "@sjcrh/proteinpaint-types": "2.102.0",
64
+ "@sjcrh/proteinpaint-types": "2.104.0",
65
65
  "@types/express": "^5.0.0",
66
66
  "@types/express-session": "^1.18.1",
67
67
  "better-sqlite3": "^9.4.1",
@@ -217,7 +217,8 @@ function addNonDictionaryQueries(c, ds, genome) {
217
217
  samples: {
218
218
  firstColumnName: q.singleCell.samples.firstColumnName,
219
219
  sampleColumns: q.singleCell.samples.sampleColumns,
220
- experimentColumns: q.singleCell.samples.experimentColumns
220
+ experimentColumns: q.singleCell.samples.experimentColumns,
221
+ extraSampleTabLabel: q.singleCell.samples.extraSampleTabLabel
221
222
  },
222
223
  images: q.singleCell.images,
223
224
  data: {