@sjcrh/proteinpaint-server 2.120.1 → 2.120.2-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 +4 -6
- package/package.json +3 -3
- package/src/app.js +4 -4
- package/utils/edge.R +7 -0
package/dataset/termdb.test.js
CHANGED
|
@@ -154,12 +154,6 @@ function termdb_test_default() {
|
|
|
154
154
|
cnv: {
|
|
155
155
|
file: "files/hg38/TermdbTest/TermdbTest_CNV_gene.gz"
|
|
156
156
|
},
|
|
157
|
-
/*
|
|
158
|
-
on the fly cnv calls from gene body probe signals are no longer used
|
|
159
|
-
probe2cnv:{
|
|
160
|
-
file: 'files/hg19/pnet/PNET.probesignals.gz'
|
|
161
|
-
}
|
|
162
|
-
*/
|
|
163
157
|
singleSampleMutation: {
|
|
164
158
|
src: "native",
|
|
165
159
|
sample_id_key: "sample_id",
|
|
@@ -197,6 +191,10 @@ function termdb_test_default() {
|
|
|
197
191
|
topVariablyExpressedGenes: {
|
|
198
192
|
src: "native"
|
|
199
193
|
},
|
|
194
|
+
rnaseqGeneCount: {
|
|
195
|
+
storage_type: "HDF5",
|
|
196
|
+
file: "files/hg38/TermdbTest/TermdbTest.geneCounts.h5"
|
|
197
|
+
},
|
|
200
198
|
WSImages: {
|
|
201
199
|
type: "H&E",
|
|
202
200
|
imageBySampleFolder: "files/hg38/TermdbTest/wsimages"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-server",
|
|
3
|
-
"version": "2.120.
|
|
3
|
+
"version": "2.120.2-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",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"typescript": "^5.6.3"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@sjcrh/augen": "2.120.
|
|
68
|
+
"@sjcrh/augen": "2.120.2-0",
|
|
69
69
|
"@sjcrh/proteinpaint-python": "2.118.0",
|
|
70
|
-
"@sjcrh/proteinpaint-rust": "2.120.
|
|
70
|
+
"@sjcrh/proteinpaint-rust": "2.120.2-0",
|
|
71
71
|
"@sjcrh/proteinpaint-shared": "2.120.1",
|
|
72
72
|
"@sjcrh/proteinpaint-types": "2.119.0",
|
|
73
73
|
"@types/express": "^5.0.0",
|