@sjcrh/proteinpaint-server 2.192.0 → 2.193.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/dataset/termdb.test.js +3 -0
- package/package.json +4 -4
- package/src/app.js +5188 -4980
- package/routes/gdc.grin2.list.js +0 -238
- package/routes/gdc.grin2.run.js +0 -127
package/dataset/termdb.test.js
CHANGED
|
@@ -350,6 +350,9 @@ function termdb_test_default() {
|
|
|
350
350
|
dtLst: [2, 5]
|
|
351
351
|
},
|
|
352
352
|
cnv: {
|
|
353
|
+
// cnv values in this ds are log2 ratios (diploid baseline 0); declared explicitly so
|
|
354
|
+
// GRIN2 classifies gain/loss with baseline-0 semantics. Absent => same default.
|
|
355
|
+
type: "log2ratio",
|
|
353
356
|
file: "files/hg38/TermdbTest/TermdbTest_CNV_gene.gz"
|
|
354
357
|
},
|
|
355
358
|
itd: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.193.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",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@sjcrh/augen": "2.190.0",
|
|
62
|
-
"@sjcrh/proteinpaint-python": "2.
|
|
62
|
+
"@sjcrh/proteinpaint-python": "2.193.0",
|
|
63
63
|
"@sjcrh/proteinpaint-r": "2.190.0",
|
|
64
|
-
"@sjcrh/proteinpaint-rust": "2.
|
|
64
|
+
"@sjcrh/proteinpaint-rust": "2.193.0",
|
|
65
65
|
"@sjcrh/proteinpaint-shared": "2.192.0",
|
|
66
|
-
"@sjcrh/proteinpaint-types": "2.
|
|
66
|
+
"@sjcrh/proteinpaint-types": "2.193.0",
|
|
67
67
|
"@types/express": "^5.0.0",
|
|
68
68
|
"@types/express-session": "^1.18.1",
|
|
69
69
|
"better-sqlite3": "^12.4.1",
|