@sjcrh/proteinpaint-front 2.204.0 → 2.205.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/bundles.tgz +0 -0
- package/package.json +2 -2
- package/public/cards/index.json +0 -11
- package/public/cards/wsi.json +0 -26
package/bundles.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-front",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.205.0",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
16
|
+
"@sjcrh/proteinpaint-client": "2.205.0",
|
|
17
17
|
"webpack": "^5.76.0",
|
|
18
18
|
"webpack-cli": "^4.9.2",
|
|
19
19
|
"webpack-node-externals": "^3.0.0"
|
package/public/cards/index.json
CHANGED
|
@@ -365,17 +365,6 @@
|
|
|
365
365
|
"ribbon": { "text":"new", "expireDate": "2024-09-01" },
|
|
366
366
|
"sandboxJson": "geneExp",
|
|
367
367
|
"searchterms": ["clustering","expression","hierarchical"]
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"type": "card",
|
|
371
|
-
"name": "Whole Slide Imaging",
|
|
372
|
-
"configFeature": "showWSImages",
|
|
373
|
-
"section": "apps",
|
|
374
|
-
"description": "H&E images zooming and panning",
|
|
375
|
-
"image": "https://proteinpaint.stjude.org/ppdemo/images/wsi-square.png",
|
|
376
|
-
"ribbon": { "text": "new", "expireDate": "2024-10-01" },
|
|
377
|
-
"sandboxJson": "wsi",
|
|
378
|
-
"searchterms": ["H&E", "HE", "histology", "slice", "slide", "pathology"]
|
|
379
368
|
}
|
|
380
369
|
]
|
|
381
370
|
}
|
package/public/cards/wsi.json
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ribbonMessage": "We're excited to announce our new whole slide imaging viewer!",
|
|
3
|
-
"ppcalls": [
|
|
4
|
-
{
|
|
5
|
-
"label": "Whole Slide Imaging",
|
|
6
|
-
"runargs": {
|
|
7
|
-
"mass": {
|
|
8
|
-
"state": {
|
|
9
|
-
"dslabel": "GDC",
|
|
10
|
-
"genome": "hg38",
|
|
11
|
-
"nav": {
|
|
12
|
-
"header_mode": "hidden"
|
|
13
|
-
},
|
|
14
|
-
"plots": [
|
|
15
|
-
{
|
|
16
|
-
"chartType": "WSISamplesPlot",
|
|
17
|
-
"subfolder": "wsisamples",
|
|
18
|
-
"extension": "ts"
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|