@sjcrh/proteinpaint-server 2.196.0 → 2.198.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.
@@ -410,7 +410,6 @@ function termdb_test_default() {
410
410
  },
411
411
  topVariablyExpressedGenes: {},
412
412
  rnaseqGeneCount: {
413
- storage_type: "HDF5",
414
413
  file: "files/hg38/TermdbTest/rnaseq/TermdbTest.geneCounts.new.h5"
415
414
  },
416
415
  singleCell: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.196.0",
3
+ "version": "2.198.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,10 +60,10 @@
60
60
  "dependencies": {
61
61
  "@sjcrh/augen": "2.190.0",
62
62
  "@sjcrh/proteinpaint-python": "2.196.0",
63
- "@sjcrh/proteinpaint-r": "2.190.0",
64
- "@sjcrh/proteinpaint-rust": "2.196.0",
65
- "@sjcrh/proteinpaint-shared": "2.195.0",
66
- "@sjcrh/proteinpaint-types": "2.196.0",
63
+ "@sjcrh/proteinpaint-r": "2.197.0",
64
+ "@sjcrh/proteinpaint-rust": "2.198.0",
65
+ "@sjcrh/proteinpaint-shared": "2.198.0",
66
+ "@sjcrh/proteinpaint-types": "2.198.0",
67
67
  "@types/express": "^5.0.0",
68
68
  "@types/express-session": "^1.18.1",
69
69
  "better-sqlite3": "^12.4.1",