@sjcrh/proteinpaint-server 2.96.0 → 2.96.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.
@@ -6,8 +6,6 @@ var termdb_test_default = {
6
6
  isMds3: true,
7
7
  cohort: {
8
8
  massNav: {
9
- title: { text: "" },
10
- //it will show cohorts instead
11
9
  tabs: {
12
10
  // about: {
13
11
  // hide: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.96.0",
3
+ "version": "2.96.1",
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.84.0",
63
63
  "@sjcrh/proteinpaint-shared": "2.96.0",
64
- "@sjcrh/proteinpaint-types": "2.96.0",
64
+ "@sjcrh/proteinpaint-types": "2.96.1",
65
65
  "better-sqlite3": "^9.4.1",
66
66
  "body-parser": "^1.15.2",
67
67
  "canvas": "~2.11.2",
@@ -184,7 +184,7 @@ function gdcValidateQuery(ds, genome) {
184
184
  const { host, headers } = ds.getHostHeaders(q);
185
185
  try {
186
186
  const response = await cachedFetch(
187
- joinUrl(host.geneExp, "/gene_expression/gene_selection"),
187
+ joinUrl(host.rest, "/gene_expression/gene_selection"),
188
188
  {
189
189
  method: "POST",
190
190
  headers,