@sjcrh/proteinpaint-front 2.91.0 → 2.92.1-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/bedj.json +28 -1
- package/public/cards/index.json +2 -1
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.92.1-0",
|
|
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.
|
|
15
|
+
"@sjcrh/proteinpaint-client": "2.92.1-0",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
package/public/cards/bedj.json
CHANGED
|
@@ -91,6 +91,33 @@
|
|
|
91
91
|
"expected": {"image": 2 }
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
+
{
|
|
95
|
+
"label": "Color genomic features",
|
|
96
|
+
"urlparam": "?genome=hg19&block=1&&position=chr17:7550481-7567179&bedjfile=Color_Example,proteinpaint_demo/hg19/bedj/color.gz",
|
|
97
|
+
"datapreview": [
|
|
98
|
+
{
|
|
99
|
+
"file": "proteinpaint_demo/hg19/bedj/color.gz",
|
|
100
|
+
"tabixQueryCoord": "chr17:7550481-7567179"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"runargs": {
|
|
104
|
+
"block": true,
|
|
105
|
+
"nobox": 1,
|
|
106
|
+
"noheader": 1,
|
|
107
|
+
"genome": "hg19",
|
|
108
|
+
"position":"chr17:7550481-7567179",
|
|
109
|
+
"tracks":[{
|
|
110
|
+
"type": "bedj",
|
|
111
|
+
"name": "Color demo",
|
|
112
|
+
"file": "proteinpaint_demo/hg19/bedj/color.gz",
|
|
113
|
+
"stackheight": 16,
|
|
114
|
+
"stackspace": 1
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
117
|
+
"testSpec": {
|
|
118
|
+
"expected": {"image": 1 }
|
|
119
|
+
}
|
|
120
|
+
},
|
|
94
121
|
{
|
|
95
122
|
"label": "Numeric Filter",
|
|
96
123
|
"download": "https://proteinpaint.stjude.org/ppdemo/hg19/bedj/numericDenomData.tar.gz",
|
|
@@ -298,5 +325,5 @@
|
|
|
298
325
|
"link": "https://github.com/stjude/proteinpaint/wiki/Tracks#Track-JSON-BED-track-format"
|
|
299
326
|
}
|
|
300
327
|
],
|
|
301
|
-
"ribbonMessage": "
|
|
328
|
+
"ribbonMessage": "New example on how to color genomic features in the JSON-BED track."
|
|
302
329
|
}
|
package/public/cards/index.json
CHANGED
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
"description": "Genomic feature annotation",
|
|
73
73
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/bedj-square.png",
|
|
74
74
|
"sandboxJson": "bedj",
|
|
75
|
-
"searchterms": []
|
|
75
|
+
"searchterms": [],
|
|
76
|
+
"ribbon": { "text": "updated", "expireDate": "2025-02-01" }
|
|
76
77
|
},
|
|
77
78
|
{
|
|
78
79
|
"type": "card",
|