@sjcrh/proteinpaint-server 2.137.3 → 2.138.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.
@@ -35,6 +35,7 @@ function termdb_test_default() {
35
35
  },
36
36
  termdb: {
37
37
  allowedTermTypes: ["geneVariant"],
38
+ //minSampleSizeForFilterCharts: 100, // 20,
38
39
  displaySampleIds: () => true,
39
40
  // allow to display sample-level data
40
41
  timeUnit: "years",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.137.3",
3
+ "version": "2.138.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",
@@ -64,7 +64,7 @@
64
64
  "@sjcrh/proteinpaint-r": "2.137.2-0",
65
65
  "@sjcrh/proteinpaint-rust": "2.137.2-0",
66
66
  "@sjcrh/proteinpaint-shared": "2.137.3",
67
- "@sjcrh/proteinpaint-types": "2.137.3",
67
+ "@sjcrh/proteinpaint-types": "2.138.0",
68
68
  "@types/express": "^5.0.0",
69
69
  "@types/express-session": "^1.18.1",
70
70
  "better-sqlite3": "^9.4.1",