@sjcrh/proteinpaint-server 2.29.4 → 2.29.6
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/cards/index.json +14 -9
- package/package.json +2 -2
- package/server.js +1 -1
package/cards/index.json
CHANGED
|
@@ -62,7 +62,8 @@
|
|
|
62
62
|
"section": "tracks",
|
|
63
63
|
"description": "Quantitative data at genomic positions",
|
|
64
64
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/bigwig-square.png",
|
|
65
|
-
"sandboxJson": "bigwig"
|
|
65
|
+
"sandboxJson": "bigwig",
|
|
66
|
+
"searchterms": []
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
"type": "card",
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
"description": " ",
|
|
164
165
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/genefusion-square.png",
|
|
165
166
|
"sandboxJson": "genefusion",
|
|
166
|
-
"searchterms": [
|
|
167
|
+
"searchterms": []
|
|
167
168
|
},
|
|
168
169
|
{
|
|
169
170
|
"type": "card",
|
|
@@ -211,7 +212,7 @@
|
|
|
211
212
|
"description": "Review CICERO output",
|
|
212
213
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/fusion-editor-square.png",
|
|
213
214
|
"sandboxJson": "fusioneditor",
|
|
214
|
-
"searchterms": []
|
|
215
|
+
"searchterms": ["CICERO"]
|
|
215
216
|
},
|
|
216
217
|
{
|
|
217
218
|
"type": "card",
|
|
@@ -229,7 +230,7 @@
|
|
|
229
230
|
"description": "Mutation heatmap",
|
|
230
231
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/heatmap-square.png",
|
|
231
232
|
"sandboxJson": "study",
|
|
232
|
-
"searchterms": ["heat map"]
|
|
233
|
+
"searchterms": ["heat map", "oncoprint"]
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
236
|
"type": "card",
|
|
@@ -254,19 +255,22 @@
|
|
|
254
255
|
"type": "dsButton",
|
|
255
256
|
"name": "Pediatric Cancer Mutation",
|
|
256
257
|
"section": "datasetButtons",
|
|
257
|
-
"sandboxJson": "pcmBtn"
|
|
258
|
+
"sandboxJson": "pcmBtn",
|
|
259
|
+
"searchterms": ["pcgp", "Pan-TARGET", "T-ALL cohort"]
|
|
258
260
|
},
|
|
259
261
|
{
|
|
260
262
|
"type": "dsButton",
|
|
261
263
|
"name": "Pediatric2 GenomePaint",
|
|
262
264
|
"section": "datasetButtons",
|
|
263
|
-
"sandboxJson": "ped2Btn"
|
|
265
|
+
"sandboxJson": "ped2Btn",
|
|
266
|
+
"searchterms": ["relapsed ALL cohort", "Genome for Kids", "g4k", "Pan-neuroblastoma analysis"]
|
|
264
267
|
},
|
|
265
268
|
{
|
|
266
269
|
"type": "dsButton",
|
|
267
270
|
"name": "NCI GDC",
|
|
268
271
|
"section": "datasetButtons",
|
|
269
|
-
"sandboxJson": "nciGdcBtn"
|
|
272
|
+
"sandboxJson": "nciGdcBtn",
|
|
273
|
+
"searchterms": ["TCGA", "CPTAC", "TARGET"]
|
|
270
274
|
},
|
|
271
275
|
{
|
|
272
276
|
"type": "dsButton",
|
|
@@ -278,7 +282,8 @@
|
|
|
278
282
|
"type": "dsButton",
|
|
279
283
|
"name": "Survivorship Study",
|
|
280
284
|
"section": "datasetButtons",
|
|
281
|
-
"sandboxJson": "survivorBtn"
|
|
285
|
+
"sandboxJson": "survivorBtn",
|
|
286
|
+
"searchterms": ["sjlife", "ccss", "St Jude Life", "Childhood Cancer Survivor Study"]
|
|
282
287
|
},
|
|
283
288
|
{
|
|
284
289
|
"type": "card",
|
|
@@ -296,7 +301,7 @@
|
|
|
296
301
|
"description": "Single-cell omics viewer",
|
|
297
302
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/singlecell-square.png",
|
|
298
303
|
"sandboxJson": "singlecell",
|
|
299
|
-
"searchterms": ["tsne", "gene expression", "multi-gene heatmap", "violin plot", "box plot"]
|
|
304
|
+
"searchterms": ["tsne", "gene expression", "multi-gene heatmap", "violin plot", "box plot", "umap"]
|
|
300
305
|
},
|
|
301
306
|
{
|
|
302
307
|
"type": "card",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-server",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.6",
|
|
4
4
|
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": "start.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@sjcrh/augen": "2.27.0",
|
|
59
|
-
"@sjcrh/proteinpaint-rust": "2.29.
|
|
59
|
+
"@sjcrh/proteinpaint-rust": "2.29.6",
|
|
60
60
|
"better-sqlite3": "^7.5.3",
|
|
61
61
|
"body-parser": "^1.15.2",
|
|
62
62
|
"canvas": "~2.9.3",
|