@sjcrh/proteinpaint-front 2.141.0 → 2.142.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 +1 -1
- package/public/cards/tkFeatures.json +44 -5
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.142.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.142.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/index.json
CHANGED
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"description": "ProteinPaint arguments applicable to any track",
|
|
224
224
|
"image": "https://proteinpaint.stjude.org/ppdemo/images/code-square.png",
|
|
225
225
|
"sandboxJson": "tkFeatures",
|
|
226
|
-
"ribbon": { "text": "updated", "expireDate": "
|
|
226
|
+
"ribbon": { "text": "updated", "expireDate": "2025-10-01" },
|
|
227
227
|
"searchterms": []
|
|
228
228
|
},
|
|
229
229
|
{
|
|
@@ -107,19 +107,58 @@
|
|
|
107
107
|
"desc": "Custom description about this mutation"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
|
|
111
110
|
}
|
|
112
111
|
},
|
|
113
|
-
"buttons":[
|
|
112
|
+
"buttons": [
|
|
114
113
|
{
|
|
115
|
-
"name":"All Attributes Documentation",
|
|
114
|
+
"name": "All Attributes Documentation",
|
|
116
115
|
"link": "https://github.com/stjude/proteinpaint/wiki/Tracks#attributes-applicable-to-all-track-types"
|
|
117
116
|
}
|
|
118
117
|
],
|
|
119
118
|
"testSpec": {
|
|
120
|
-
"expected": {
|
|
119
|
+
"expected": {
|
|
120
|
+
"rect": 1,
|
|
121
|
+
"circle": 10
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"label": "Custom protein domains for specified isoforms",
|
|
127
|
+
"message": "Add custom protein domains with the <span style='font-family: Courier; opacity: 0.6;'>.geneDomains:{}</span> argument. Custom domains in this example are shown in bright red and blue in the protein view and included in the legend.",
|
|
128
|
+
"runargs": {
|
|
129
|
+
"nobox": 1,
|
|
130
|
+
"noheader": 1,
|
|
131
|
+
"genome": "hg38",
|
|
132
|
+
"gene": "TP53",
|
|
133
|
+
"geneDomains": {
|
|
134
|
+
"NM_000546": [
|
|
135
|
+
{
|
|
136
|
+
"start": 100,
|
|
137
|
+
"stop": 200,
|
|
138
|
+
"name": "Custom domain",
|
|
139
|
+
"color": "red"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"start": 250,
|
|
143
|
+
"stop": 300,
|
|
144
|
+
"name": "Custom domain 2",
|
|
145
|
+
"color": "blue"
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"buttons": [
|
|
151
|
+
{
|
|
152
|
+
"name": "Documentation",
|
|
153
|
+
"link": "https://github.com/stjude/proteinpaint/wiki/Embedding#Gene-view"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"testSpec": {
|
|
157
|
+
"expected": {
|
|
158
|
+
"image": 2
|
|
159
|
+
}
|
|
121
160
|
}
|
|
122
161
|
}
|
|
123
162
|
],
|
|
124
|
-
"ribbonMessage": "See our newest example about
|
|
163
|
+
"ribbonMessage": "See our newest example about adding custom protein domains with the <span style='font-family: Courier; opacity: 0.6;'>.geneDomains{}</span> argument. Click on 'Custom protein domains' to learn more."
|
|
125
164
|
}
|