@sjcrh/proteinpaint-front 2.70.4-2 → 2.70.4
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/scatterplot.json +3 -1
- package/src/app.js +34 -51078
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.70.4
|
|
3
|
+
"version": "2.70.4",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@sjcrh/proteinpaint-client": "2.70.4
|
|
15
|
+
"@sjcrh/proteinpaint-client": "2.70.4",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ribbonMessage": "Please see our newest examples below:
|
|
2
|
+
"ribbonMessage": "Please see our newest examples below: Age and Heart for continuous variables, 3D PCA, and GDC Gene Expression.",
|
|
3
3
|
"ppcalls": [
|
|
4
4
|
{
|
|
5
5
|
"label": "Tumor Methylome tSNE",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
{
|
|
39
39
|
"label": "Age and Heart",
|
|
40
40
|
"runargs": {
|
|
41
|
+
"host": "https://survivorship.proteinpaint.stjude.org/",
|
|
41
42
|
"noheader": true,
|
|
42
43
|
"mass": {
|
|
43
44
|
"state": {
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
{
|
|
86
87
|
"label": "3D PCA",
|
|
87
88
|
"runargs": {
|
|
89
|
+
"host": "https://survivorship.proteinpaint.stjude.org/",
|
|
88
90
|
"noheader": true,
|
|
89
91
|
"mass": {
|
|
90
92
|
"state": {
|